Skip to content

Commit f2a68e2

Browse files
author
Dipak Sarkar
committed
updated docs
1 parent 5016046 commit f2a68e2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
[![License](https://badgen.net/github/license/coders-tm/vue-number-format?color=green)](https://github.com/coders-tm/vue-number-format/blob/master/LICENSE)
55
# vue-number-format
66
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.
7+
[![License](https://badgen.net/github/license/coders-tm/vue-number-format?color=green)](https://github.com/coders-tm/vue-number-format/blob/master/LICENSE)
8+
## Vue 3.0
9+
```bash
10+
npm install @coders-tm/vue-number-format
11+
or
12+
yarn add @coders-tm/vue-number-format
13+
```
14+
## Vue 2.0
15+
```bash
16+
npm install @coders-tm/[email protected]
17+
or
18+
yarn add @coders-tm/[email protected]
19+
```
720
## Features
821

922
- Lightweight

docs/guide/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22
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.
33
## Installation
4-
Install the npm package:
4+
Install the npm package: @coders-tm/vue-number-format@1.1.1 for Vue 2.0
55

66
```bash
77
npm install @coders-tm/vue-number-format

0 commit comments

Comments
 (0)