Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
craigquincy committed Apr 3, 2019
1 parent 32228b7 commit f1b8a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4-Containerized_Development_With_Volumes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Text that looks `like this --for --example` are commands that you should type in

- [ ] Spin up a new container based on the 'colorserver' image you just built, mapping it to port 8080 on the host. Run `docker run -d -p 8080:8080 colorserver`

- [ ] Open up your browser and visit `locahost:8080`. Notice that the color of the web page is 'SteelBlue'.
- [ ] Open up your browser and visit `localhost:8080`. Notice that the color of the web page is 'SteelBlue'.

- [ ] Now, pretend you are in a development environment and want to quickly test out several different colors to see which one looks best. Open up 'index.js' and change the color on line 12 from `'SteelBlue'` to the string `'SpringGreen'`

Expand Down

0 comments on commit f1b8a21

Please sign in to comment.