README.md: "yaml" -> "json"

This commit is contained in:
DuckSoft 2020-09-12 08:43:17 +00:00
parent 74b1c41274
commit a695ee9197
No known key found for this signature in database
GPG Key ID: 7A3A9FA6E4FD4A8D

View File

@ -21,7 +21,7 @@
### 举例 ### 举例
```yaml ```json
{ {
"log": { "log": {
"loglevel": "warning" "loglevel": "warning"
@ -34,7 +34,7 @@
### 客户端 ### 客户端
```yaml ```json
{ {
"log": { "log": {
"loglevel": "warning" "loglevel": "warning"
@ -91,7 +91,7 @@
### 服务端 ### 服务端
```yaml ```json
{ {
"log": { "log": {
"loglevel": "warning" "loglevel": "warning"