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.