Skip to content

Commit 841818b

Browse files
author
Dipak Sarkar
committed
clean the docs and readme
1 parent 02ddf07 commit 841818b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
[![npm Downloads](https://badgen.net/npm/dt/@coders-tm/vue-number-format?color=green)](https://www.npmjs.com/package/@coders-tm/vue-number-format)
33
[![Bundlephobia](https://badgen.net/bundlephobia/minzip/@coders-tm/vue-number-format?color=green)](https://bundlephobia.com/result?p=@coders-tm/vue-number-format)
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)
5+
56
# vue-number-format
7+
68
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-
## Vue 3.0
9+
10+
## Installation
11+
812
```bash
913
npm install @coders-tm/vue-number-format
1014
or
1115
yarn add @coders-tm/vue-number-format
1216
```
13-
## Vue 2.0
14-
```bash
15-
npm install @coders-tm/vue-number-format@2.0.7
16-
or
17-
yarn add @coders-tm/vue-number-format@2.0.7
18-
```
17+
1918
## Features
2019

2120
- Lightweight
2221
- Dependency free
2322
- Component or Directive flavour
2423
- Format as you type
2524
- Built-in validation
25+
- Supports both Vue 3 and Vue 2.
2626

2727
## Documentation
28-
Please refer to the [project home page](https://vue-number-format.netlify.app) for a detailed documentation.
2928

29+
Please refer to the [project home page](https://vue-number-format.netlify.app) for a detailed documentation.

0 commit comments

Comments
 (0)