Skip to content

Commit e481218

Browse files
committed
modified: README.md
modified: views/pages/weatherbit.ejs
1 parent d11fd02 commit e481218

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Notice that environment variables (secret keys) required to run the app is not b
160160

161161
Notice also that Dockerfile exposes port 8080. This needs to be forwarded to a port on your local machine. i.e. `LOCAL_PORT:CONTAINER_PORT` for example *4321:8080*
162162

163-
`docker run -p 4321:8080 bb89b0646be4 -e WEATHERBIT_KEY=Actual_Secret_Key_for_Weatherbit`
163+
`docker run -p 4321:8080 -e WEATHERBIT_KEY=Actual_Secret_Key_for_Weatherbit bb89b0646be4`
164164

165165

166166

views/pages/weatherbit.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div>
1515
<fieldset>
1616
<form action="/weatherbit" method="post">
17-
<label for="locale">Address(default to GSP coords if empty):</label>
17+
<label for="locale">Address(default to GPS coords if empty):</label>
1818
<input name="locale" type="text" class="ghost-input" placeholder="Enter a City.">
1919
<input type="hidden" id="lat" name="lat" value="">
2020
<input type="hidden" id="lng" name="lng" value="">

0 commit comments

Comments
 (0)