From a10a3ae4616bab87cff147848eacc22d17a6b109 Mon Sep 17 00:00:00 2001 From: Jacob McDonald Date: Wed, 26 Jul 2017 08:33:32 -0400 Subject: [PATCH] Fixed link in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e6a2fde..a6f5bc1 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ JSON Schema Chances are you do not have existing JSON Schema definitions for your JSON data. Theoretically, creating a schema is simply a matter of creating JSON file per the `JSON Schema specifications `_. Realistically, creating a schema definition manually can be tedious and time intensive, depending on the complexity of your -data. Luckily, there is a better way. `GenSON `_ is a script that +data. Luckily, there is a better way. `GenSON `_ is a script that will automatically generate JSON Schema from one or more JSON files. The resulting schema definitions may need some tweaking, but GenSON will save you considerable time and effort.