Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipak Sarkar committed Sep 20, 2021
1 parent 5016046 commit f2a68e2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f2a68e2

Please sign in to comment.