소스 검색

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]