Skip to content

Commit

Permalink
Merge pull request #331 from pgreze/patch-1
Browse files Browse the repository at this point in the history
Fix broken link in README
  • Loading branch information
cbeust committed Mar 26, 2021
2 parents 9d8e18f + 7c1d179 commit 41e7e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -449,7 +449,7 @@ looking to extract a single value the [`PathMatcher API`](#json-path-query-api)
### Writing JSON with the streaming API

As opposed to conventional JSON libraries, Klaxon doesn't supply a `JsonWriter` class to create JSON documents since
this need is already covered by the `json()` function, documented in the [Advanced DSL](#advanced-dsl) section.
this need is already covered by the `json()` function, documented in the [Advanced DSL](#dsl) section.

### Reading JSON with the streaming API

Expand Down

0 comments on commit 41e7e66

Please sign in to comment.