Skip to content

Commit 5677509

Browse files
cstroeCapstan
authored andcommitted
Fix small issues in README.md
1 parent 36ce662 commit 5677509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This implementation obeys the RFC; for this, it uses the numeric equivalence of
102102
You have two choices to build a `JsonPatch` instance: use Jackson deserialization, or initialize one
103103
directly from a `JsonNode`. Examples:
104104

105-
```
105+
```java
106106
// Using Jackson
107107
final ObjectMapper mapper = new ObjectMapper();
108108
final InputStream in = ...;

0 commit comments

Comments
 (0)