Skip to content

Commit

Permalink
Merge pull request #28 from Pisyukaev/fix-json-text-in-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pisyukaev authored Dec 5, 2023
2 parents 95583dd + 9eb7442 commit cc9ab41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/xml-locales/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,15 @@ Output JSON:

```json
{
resources: {
string: [
"resources": {
"string": [
{
key_name: 'key1',
'#text': 'value1'
"key_name": "key1",
"#text": "value1"
},
{
key_name: 'key2',
'#text': 'value2'
"key_name": "key2",
"#text": "value2"
}
]
}
Expand Down

0 comments on commit cc9ab41

Please sign in to comment.