Don't split database-create doc command into 2 lines

pull/2059/head
Philip O'Toole 2015-03-23 14:33:54 -07:00
parent 14f768d10c
commit dedad5e2e4
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ For those adventurous enough, you can
### Creating your first database
```JSON
curl -G 'http://localhost:8086/query' \
--data-urlencode "q=CREATE DATABASE mydb"
curl -G 'http://localhost:8086/query' --data-urlencode "q=CREATE DATABASE mydb"
```
### Insert some data