Skip to content

Commit

Permalink
doc: fix query example
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Jul 6, 2020
1 parent 0421b4d commit 432bf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ $ NETWORK=testnet docker-compose up
3. Query the API once fully synced :tada:

```
$ curl -X POST -H "Content-Type: application/json" -d '{"query": "{ cardano { tip: { number }"}' http://localhost:3100/graphql
$ curl -X POST -H "Content-Type: application/json" -d '{"query": "{ cardano { tip { number } } }"}' http://localhost:3100/graphql
```

For more information, have a look at the [Wiki :book:](https://github.com/input-output-hk/cardano-graphql/wiki).
Expand Down

0 comments on commit 432bf0d

Please sign in to comment.