You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# vue-filters
1
+
# vue2-filters
2
2
3
3
The list of standard filters Vue.js 1.* adapted for use in Vue.js 2.*
4
4
@@ -7,14 +7,14 @@ The list of standard filters Vue.js 1.* adapted for use in Vue.js 2.*
7
7
### NPM
8
8
9
9
```
10
-
npm install vue-filters
10
+
npm install vue2-filters
11
11
```
12
12
13
13
### Direct include
14
14
15
15
```html
16
16
<scriptsrc="vue.js"></script>
17
-
<scriptsrc="vue-filters.min.js"></script>
17
+
<scriptsrc="vue2-filters.min.js"></script>
18
18
```
19
19
20
20
## Usage
@@ -150,7 +150,7 @@ Use a different number decimal places:
150
150
151
151
## Contribution
152
152
153
-
If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/freearhey/vue-filters/issues) or a [pull request](https://github.com/freearhey/vue-filters/pulls).
153
+
If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/freearhey/vue2-filters/issues) or a [pull request](https://github.com/freearhey/vue2-filters/pulls).
0 commit comments