Update README.md

This commit is contained in:
Jungpyo Hong 2021-04-10 04:31:31 -05:00 committed by GitHub
parent 420b3d81d0
commit e1500f1d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,11 +89,11 @@ JSON is a language-independent data format
"main": [
{
"title": "example1",
"body": "body example1"
"body": "body1"
},
{
"title": "example2",
"body: "body example2"
"body: "body2"
},
]
}