From fe7f7f49b655464d2e863b389c69fac7e6ace741 Mon Sep 17 00:00:00 2001 From: Julius Bacosa Date: Sun, 7 Jan 2018 23:59:16 +0800 Subject: [PATCH] Updating Getting Started.md Wrong Command Change Install to Add --- guides/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/getting-started.md b/guides/getting-started.md index f0f4ebf739da..6236fa2a4832 100644 --- a/guides/getting-started.md +++ b/guides/getting-started.md @@ -45,7 +45,7 @@ npm install --save @angular/animations #### Yarn ```bash -yarn install @angular/animations +yarn add @angular/animations ``` **Note:** `@angular/animations` uses the WebAnimation API that isn't supported by all browsers yet.