From fc844bef01ac4ef2f56e0a0c0c497e0d18e69bf4 Mon Sep 17 00:00:00 2001 From: Russ Callahan Date: Tue, 16 Oct 2018 06:50:51 -0500 Subject: [PATCH] update json2graphql readme (#761) --- community/tools/json2graphql/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/tools/json2graphql/README.md b/community/tools/json2graphql/README.md index 60244a68aee..acd5b44027d 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