From 739bceb06c664f6e9671c0b66b5e1a2d6d282583 Mon Sep 17 00:00:00 2001 From: tripott Date: Fri, 1 Dec 2017 13:38:48 -0500 Subject: [PATCH] edits to readme. --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index ad2a8ba..c851214 100644 --- a/readme.md +++ b/readme.md @@ -58,6 +58,13 @@ cd app echo REACT_APP_BASE_URL=http://localhost:5000 ``` +We display a map of the veteran resource at the top of the resource card. You also need the api key for google maps. Contact us for the secret. + +```bash +echo REACT_APP_MAP= +``` + + ```bash yarn start ```