diff --git a/community/tools/json2graphql/README.md b/community/tools/json2graphql/README.md index 60244a68..acd5b440 100644 --- a/community/tools/json2graphql/README.md +++ b/community/tools/json2graphql/README.md @@ -37,7 +37,7 @@ This is A CLI tool to import a schema and data to Postgres using JSON data. You $ json2graphql https://.herokuapp.com --db=./path/to/db.js ``` -4. That's it. You can go your HGE URL `https://.herokuapp.com` and start querying this data over GraphQL: +4. That's it. You can go to your HGE URL `https://.herokuapp.com` and start querying this data over GraphQL: ```graphql query { @@ -194,4 +194,4 @@ If your Postgres already contains tables that you are trying to import using `js If you want to overwrite the existing tables in the database with the new tables from your sample JSON database, you must provide a flag `-o` or `--overwrite` --- -Maintained with :heart: by Hasura \ No newline at end of file +Maintained with :heart: by Hasura