Browse Source

Update 'README.md'

Kristofer Younger 6 years ago
parent
commit
079e6b6c9a
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      README.md

+ 2
- 3
README.md View File

@@ -12,10 +12,9 @@ This guide walks you through the process of creating a "hello world" link:/under
12 12
 
13 13
 You'll build a service that will accept HTTP GET requests at:
14 14
 
15
-----
15
+```
16 16
 http://localhost:8080/greeting
17
-----
18
-
17
+```
19 18
 and respond with a link:/understanding/JSON[JSON] representation of a greeting:
20 19
 
21 20
 [source,json]