From bc40076db905a10c56e34504c1a4ae58e4c15a3c Mon Sep 17 00:00:00 2001 From: Mounish Sai Date: Wed, 20 Feb 2019 00:31:49 +0530 Subject: [PATCH] docs: remove --save flag --save is no longer needed. --- docs/react/introduce.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/introduce.en-US.md b/docs/react/introduce.en-US.md index 05f4e67a28..6d8bfec3e9 100644 --- a/docs/react/introduce.en-US.md +++ b/docs/react/introduce.en-US.md @@ -51,7 +51,7 @@ You can subscribe to this feed for new version notifications: https://github.com **We recommend using npm or yarn to install**, it not only makes development easier, but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling. ```bash -$ npm install antd --save +$ npm install antd ``` ```bash