diff --git a/README.md b/README.md index 90bbbbc..a446e5e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ [![License](https://badgen.net/github/license/coders-tm/vue-number-format?color=green)](https://github.com/coders-tm/vue-number-format/blob/master/LICENSE) # vue-number-format Vue Number Format is used to format a number using fixed-point notation. It can be used to format a number with a specific number of digits to the right of the decimal. +[![License](https://badgen.net/github/license/coders-tm/vue-number-format?color=green)](https://github.com/coders-tm/vue-number-format/blob/master/LICENSE) +## Vue 3.0 +```bash +npm install @coders-tm/vue-number-format +or +yarn add @coders-tm/vue-number-format +``` +## Vue 2.0 +```bash +npm install @coders-tm/vue-number-format@1.1.1 +or +yarn add @coders-tm/vue-number-format@1.1.1 +``` ## Features - Lightweight diff --git a/docs/guide/README.md b/docs/guide/README.md index 1a2cbd1..029e4ba 100755 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -1,7 +1,7 @@ # Introduction Vue Number Format is used to format a number using fixed-point notation. It can be used to format a number with a specific number of digits to the right of the decimal. ## Installation -Install the npm package: +Install the npm package: @coders-tm/vue-number-format@1.1.1 for Vue 2.0 ```bash npm install @coders-tm/vue-number-format