Skip to content

Commit 3828607

Browse files
authored
Merge pull request #1345 from Piliponful/patch-1
`install` has been replaced with `add`
2 parents 45bbb81 + 89e0ada commit 3828607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Grab ng-admin from your favorite package manager:
1919
```sh
2020
npm install ng-admin --save
2121
# or
22-
yarn install ng-admin
22+
yarn add ng-admin
2323
```
2424

2525
### With a Module Bundler

0 commit comments

Comments
 (0)