From a2cba8d3017ec5f7b08b24e90d8484e6c80897be Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Tue, 3 Nov 2020 15:38:01 -0800 Subject: [PATCH] fix: update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83f0271..5cbfff5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ A tool to ensure that a schema and all its subschemas have a title. If there is - circular reference detection & handling - synchronous - doesn't touch the filesystem or make network requests. (use @json-schema-tools/dereferencer first if you have references) - generate subschema-dependent titles + - always have unique titles for your json-schema ## Getting Started