From d63b56180387ba8779a2d8b8e48d3d45a2c08ccc Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Tue, 3 Nov 2020 15:39:39 -0800 Subject: [PATCH] fix: update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30d9373..9bee587 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This package exports a method that will traverse a JSON-Schema, calling a "mutat - synchronous - doesn't touch the filesystem or make network requests. - easily perform schema mutations while traversing - optional mutability (toggle updating original schema object) + - returns paths as it traverses ## Getting Started