From c71c69b7b3bd9e93993bbd98be56ca54804f17e5 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 18 Sep 2020 09:06:25 +0800 Subject: [PATCH] chore: add npm badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f2bc817..62f6d952 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # (WIP) VitePress 📝💨 +[![npm](https://img.shields.io/npm/v/vitepress)](https://www.npmjs.com/package/vitepress) + > [VuePress](http://vuepress.vuejs.org/)' little brother, built on top of [vite](https://github.com/vuejs/vite) **Note this is early WIP! Currently the focus is on making Vite stable and feature complete first. It is not recommended to use this for anything serious yet.**