Skip to content

Commit 57c398b

Browse files
authored
Fix link in readme
Link was written as (display text)[path-to-link] but should have been written as [display-text](path-to-link)
1 parent 6a47008 commit 57c398b

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
@@ -329,7 +329,7 @@ auto pos = std::find( iterator_t( json_str ), iterator_t( ), MyClass( ... ) );
329329

330330

331331
### `json_value`
332-
For a DOM like api, often used for things like GUI's and providing code when the mappings are inadequate, one can use `json_value`. This is used in the (json_to_cpp)[https://github.com/beached/json_to_cpp] tool.
332+
For a DOM like api, often used for things like GUI's and providing code when the mappings are inadequate, one can use `json_value`. This is used in the [json_to_cpp](https://github.com/beached/json_to_cpp) tool.
333333

334334
```c++
335335
auto jv = daw::json::json_value( json_doc );

0 commit comments

Comments
 (0)