Skip to content

Commit 3d85c5b

Browse files
committed
wip
1 parent 566c966 commit 3d85c5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,14 @@ This will result in:
233233
```xml
234234
<?xml version="1.0" encoding="UTF-8"?>
235235
<root>
236-
<num_100>
236+
<numeric_100>
237237
<name>Vladimir</name>
238238
<nickname>greeflas</nickname>
239-
</num_100>
240-
<num_200>
239+
</numeric_100>
240+
<numeric_200>
241241
<name>Marina</name>
242242
<nickname>estacet</nickname>
243-
</num_200>
243+
</numeric_200>
244244
</root>
245245
```
246246

0 commit comments

Comments
 (0)