Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksei Bialiauski committed Jul 27, 2023
1 parent 839b9c8 commit 78a3b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Get a nested JSON:
```

```java
Jocument nested = Jocument(json).at("/amazon/shop/books/0");
Jocument nested = new Jocument(json).at("/amazon/shop/books/0");
```

The result will be:
Expand Down

0 comments on commit 78a3b61

Please sign in to comment.