瀏覽代碼

Update 'README.md'

Kristofer Younger 6 年之前
父節點
當前提交
079e6b6c9a
共有 1 個檔案被更改,包括 2 行新增3 行删除
  1. 2
    3
      README.md

+ 2
- 3
README.md 查看文件

@@ -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]