diff --git a/src/content/lesson/routing-our-views-with-react-router.md b/src/content/lesson/routing-our-views-with-react-router.md index 99b3affad..375f6d9d8 100644 --- a/src/content/lesson/routing-our-views-with-react-router.md +++ b/src/content/lesson/routing-our-views-with-react-router.md @@ -11,7 +11,7 @@ status: "published" ## What is React Router? -React Router is a JS library available through NPM that helps mainly with 2 problems: +React Router is a JS library available through NPM(Node Package Manager) that helps mainly with 2 problems: + Conditional display for React components based on the current website URL. + Web application navigation without having to refresh.