Skip to content

Commit d065b1d

Browse files
committed
Fix a typo on README
1 parent f79d71e commit d065b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ There are many customizable features you can use with `JSON` object; see [Full L
127127
String json = JSON.std
128128
.with(JSON.Feature.PRETTY_PRINT_OUTPUT)
129129
.without(JSON.Feature.FAIL_ON_DUPLICATE_MAP_KEYS)
130-
.writeValue(...);
130+
.asString(...);
131131
```
132132

133133
## License
@@ -142,7 +142,7 @@ You can use Maven dependency like:
142142
<dependency>
143143
<groupId>com.fasterxml.jackson.jr</groupId>
144144
<artifactId>jackson-jr-objects</artifactId>
145-
<version>2.5.0</version>
145+
<version>2.5.3</version>
146146
</dependency>
147147
```
148148

0 commit comments

Comments
 (0)