Skip to content

Commit 0ff552e

Browse files
committed
add link to examples in the readme
1 parent 4e0d21c commit 0ff552e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ main() {
5252
var users = jsonAutoDecode<List<User>>(userData);
5353
}
5454
```
55+
56+
## Examples
57+
58+
See the [examples](https://github.com/jakemac53/json_auto_decode/tree/master/example)
59+
directory for this package.

0 commit comments

Comments
 (0)