Skip to content

Commit 591f92c

Browse files
author
Michael Wunderlich
committed
readme
1 parent ec3a695 commit 591f92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ When you run the frontend locally, it needs to know the full URL of the API in o
8181

8282
1. Open [eb-java-scorekeep/public/app/scorekeep.js](https://github.com/awslabs/eb-java-scorekeep/blob/master/public/app/scorekeep.js).
8383
2. Set the value of the api module to the full URL of the API.
84-
*. Use the domain name of your environment to test changes to the frontend without running the backend locally
84+
*. Use the domain name of your environment to test changes to the frontend without running the backend locally
8585
module.value('api', 'http://scorekeep.XXXXXXXX.elasticbeanstalk.com/api/');
86-
*. Use localhost:5000 to test both frontend and backend changes when running both locally.
86+
*. Use localhost:5000 to test both frontend and backend changes when running both locally.
8787
module.value('api', 'http://localhost:5000/api/');
8888
3. Refresh the app in your browser to load the updated script.
8989

0 commit comments

Comments
 (0)