fix typo in tutorial

This commit is contained in:
fjy 2013-12-16 15:55:28 -08:00
parent 5ecd909f7c
commit 2c7a6d26b3
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ You are probably wondering, what are these [Granularities](Granularities.html) a
To issue the query and get some results, run the following in your command line:
```
curl -X POST 'http://localhost:8083/druid/v2/?pretty' -H 'content-type: application/json' -d ````timeseries_query.body
curl -X POST 'http://localhost:8083/druid/v2/?pretty' -H 'content-type: application/json' -d @timeseries_query.body
```
Once again, you should get a JSON blob of text back with your results, that looks something like this: