From 35f471f235fcf8c6b3205e67d85bd7239a5f677a Mon Sep 17 00:00:00 2001 From: Rugved Tipare <73734376+ProProgrammer2504@users.noreply.github.com> Date: Sat, 6 Nov 2021 20:27:20 +0530 Subject: [PATCH] Fix typo: `npm add` -> `npm install` (#8247) --- docs/getting-started/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/overview.md b/docs/getting-started/overview.md index bc524ab33..e44dc3a6a 100644 --- a/docs/getting-started/overview.md +++ b/docs/getting-started/overview.md @@ -14,7 +14,7 @@ If you're familiar with the JavaScript ecosystem, React, and React Router, this ## Installation ```sh -npm add react-router-dom@6 +npm install react-router-dom@6 ``` ## Configuring Routes