diff --git a/docs/src/pages/[platform]/connected-components/geo/react.mdx b/docs/src/pages/[platform]/connected-components/geo/react.mdx index f43b3b8a2b7..7b10e71e89e 100644 --- a/docs/src/pages/[platform]/connected-components/geo/react.mdx +++ b/docs/src/pages/[platform]/connected-components/geo/react.mdx @@ -21,7 +21,7 @@ There's a known issue for users of Create React App v4 where the default prod `b > Prerequisites: > -> 1. Install`@aws-amplify/ui-react-geo`with [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/). ( e.g. `npm install @aws-amplify/ui-react-geo`) +> 1. Install `@aws-amplify/ui-react-geo` and `@aws-amplify/geo` with [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/). ( e.g. `npm install @aws-amplify/ui-react-geo @aws-amplify/geo`) > 2. Create map resources by following the [Amplify Geo documentation](https://docs.amplify.aws/lib/geo/getting-started/q/platform/js/). ## MapView