Skip to content

Commit c35cd7a

Browse files
committed
edit readme
1 parent bb659b1 commit c35cd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use it when using lodash extensively in lots of file.
77

88
Don't use it if just want some simple functions from lodash. (My recommendation is to install individual small function from lodash.)
99

10-
##For vue-lodash 2.x
10+
## For vue-lodash 2.x
1111
```
1212
npm install --save vue-lodash
1313
```
@@ -37,7 +37,7 @@ this._.random(20)
3737
```
3838

3939

40-
##For vue-lodash 1.x
40+
## For vue-lodash 1.x
4141
```
4242
npm install --save lodash vue-lodash
4343
```

0 commit comments

Comments
 (0)