ソースを参照

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]