diff --git a/README.md b/README.md index b0e54bc..3187369 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![SSG](https://github.com/fuxingloh/vue-horizontal/workflows/SSG/badge.svg)](https://github.com/fuxingloh/vue-horizontal/actions?query=workflow%3ASSG+branch%3Amain) [![License MIT](https://img.shields.io/github/license/fuxingloh/vue-horizontal)](https://github.com/fuxingloh/vue-horizontal/blob/main/LICENSE) -# [Vue Horizontal](https://vue-horizontal.fuxing.dev) [![vue-horizontal](https://img.shields.io/npm/v/vue-horizontal.svg)](https://www.npmjs.com/package/vue-horizontal) +# [Vue Horizontal](https://vue-horizontal.fuxing.dev) [![vue-horizontal](https://img.shields.io/npm/v/vue-horizontal/latest)](https://www.npmjs.com/package/vue-horizontal) [![vue-horizontal](https://img.shields.io/npm/v/vue-horizontal/next)](https://www.npmjs.com/package/vue-horizontal) At its core, [Vue Horizontal](https://vue-horizontal.fuxing.dev) is an ultra simple pure vue horizontal layout for modern responsive web with zero dependencies. @@ -31,7 +31,10 @@ Vue Horizontal is also an ultra complex code snippet dossier with over 100 SPA/S ## Installation ```shell +# for Vue 2 npm i vue-horizontal +# for Vue 3 +npm i vue-horizontal@next # or yarn add vue-horizontal # or via