From 22e7d49a84b3a6801c0a6ba2a43782e0bc5302c8 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Fri, 27 Dec 2019 18:04:33 +0000 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64fa681..afb7d2b 100644 --- a/README.md +++ b/README.md @@ -208,5 +208,5 @@ fn main() { ## Feature Flags - `chrono` - implements `JsonSchema` for all [Chrono](https://github.com/chronotope/chrono) types which are serializable by Serde. -- `impl#_json_schema` - implements `JsonSchema` for Schemars types themselves +- `impl_json_schema` - implements `JsonSchema` for Schemars types themselves