From e4954d598afc0bb1c7dbe134ee87149c466a401b Mon Sep 17 00:00:00 2001 From: Michael Ballos Date: Sun, 22 May 2022 17:40:51 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51047de..781e10d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ GOOGLE_MAPS_KEY=YOUR_KEY PS_PUBLISH_KEY=YOUR_KEY PS_SECRET_KEY=YOUR_SECRET ``` +3. Maps JS API is already enabled by default but Geocoding API and Places API have to be manually enabled. ## Installation To view the project run `npm install && npm start` in the root directory From a5b4756e3c20a7ddccbb9d5244e2c0c218f64b8e Mon Sep 17 00:00:00 2001 From: Michael Ballos Date: Mon, 23 May 2022 08:55:24 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 781e10d..f63634d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ GOOGLE_MAPS_KEY=YOUR_KEY PS_PUBLISH_KEY=YOUR_KEY PS_SECRET_KEY=YOUR_SECRET ``` -3. Maps JS API is already enabled by default but Geocoding API and Places API have to be manually enabled. +3. Maps JS API is already enabled by default but Geocoding API and Places API must be manually enabled. ## Installation To view the project run `npm install && npm start` in the root directory