Skip to content

Commit e213f45

Browse files
authored
Update README.md
1 parent 16d4d25 commit e213f45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
EasyJSON is a class created to help simplify the JSON process.
44
No need to create new Objects for each item you want to add.
5-
Simply use: *foo.putPrimitive(value)* or *foo.putPrimitive(key, value)* or *foo.putArray(key, values...)* or *foo.putStructure("key")*.
5+
Simply use: `foo.putPrimitive(value)` or `foo.putPrimitive(key, value)` or `foo.putArray(key, values...)` or `foo.putStructure("key")`.
66
You can also add items inline.
77

88
**Example**

0 commit comments

Comments
 (0)