Skip to content

Commit 25dea0d

Browse files
authored
Merge pull request #22 from raeno/patch-1
Remove backquote from the end of "yarn add" command
2 parents af8ff0a + cddfdbc commit 25dea0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Vue-tabs is a tab component which simplifies the usage of tabs and their customi
1212
## NPM
1313
```
1414
npm install --save vue-nav-tabs
15-
yarn add --dev vue-nav-tabs`
15+
yarn add --dev vue-nav-tabs
1616
```
1717

1818
## Direct script include

0 commit comments

Comments
 (0)