Browse Source

내용 수정

alalssg 6 years ago
parent
commit
e0e754bd59
1 changed files with 4 additions and 2 deletions
  1. 4 2
      Readme.md

+ 4 - 2
Readme.md

@@ -85,7 +85,8 @@ buildpath를 통해 라이브러리를 등록하세요.
 
 
  - application.dat 파일의 내용은 JSON 으로 작성 되었습니다. JSON 규격에 맞게 작성하여야 합니다.
  - application.dat 파일의 내용은 JSON 으로 작성 되었습니다. JSON 규격에 맞게 작성하여야 합니다.
  - 아래는 작성 예시입니다.
  - 아래는 작성 예시입니다.
- ```sh
+
+```sh
 {
 {
 "name" : "uplus",
 "name" : "uplus",
 "address" : "10.0.1.1",
 "address" : "10.0.1.1",
@@ -100,8 +101,9 @@ buildpath를 통해 라이브러리를 등록하세요.
 			"unsubscription"
 			"unsubscription"
 			] 
 			] 
 }
 }
- ```
+```
  - 각 Field 정보
  - 각 Field 정보
+ 
 | Field 명 | Type | Description |
 | Field 명 | Type | Description |
 | ------ | ------ | ------ |
 | ------ | ------ | ------ |
 | name | String | 플랫폼 명 |
 | name | String | 플랫폼 명 |