Skip to content

Commit 7af4eb0

Browse files
EmpeRoarjelbourn
authored andcommitted
docs(getting-started): correct yarn command (#9269)
1 parent 813cdcd commit 7af4eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ npm install --save @angular/animations
4545

4646
#### Yarn
4747
```bash
48-
yarn install @angular/animations
48+
yarn add @angular/animations
4949
```
5050

5151
**Note:** `@angular/animations` uses the WebAnimation API that isn't supported by all browsers yet.

0 commit comments

Comments
 (0)