Skip to content

Commit c9c1cc6

Browse files
committed
Update README.md
Cleaned up some syntax problems.
1 parent 625fd7c commit c9c1cc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appengine/requests/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ To run this sample locally:
1313

1414
$ mvn appengine:devserver
1515

16-
To see the results of the RequestsServlet, open localhost:8080 in a WWW browser.
16+
To see the results of the RequestsServlet, open `localhost:8080` in a WWW browser.
1717

18-
To see the results of the LoggingServlet, open localhost:8080/logs in a WWW browser
18+
To see the results of the LoggingServlet, open `localhost:8080/logs` in a WWW browser
1919
and examine the logs to see the actual messages.
2020

2121
## Deploying
@@ -29,10 +29,10 @@ and SOME-VERSION with a valid version number.
2929
To save your project settings so that you don't need to enter the
3030
parameters, you can:
3131

32-
1. Update the <application> tag in src/main/webapp/WEB-INF/appengine-web.xml
32+
1. Update the `<application>` tag in src/main/webapp/WEB-INF/appengine-web.xml
3333
with your project name.
3434

35-
2. Update the <version> tag in src/main/webapp/WEB-INF/appengine-web.xml
35+
2. Update the `<version>` tag in src/main/webapp/WEB-INF/appengine-web.xml
3636
with a valid version number.
3737

3838

0 commit comments

Comments
 (0)