Skip to content

Commit

Permalink
Added spaces
Browse files Browse the repository at this point in the history
Adding a few spaces to make it consistent with the rest of the SQL.
  • Loading branch information
michaelrp authored and RobAtticus committed Apr 25, 2017
1 parent 9015314 commit 00d3325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ SELECT create_hypertable('conditions', 'time', 'location', 2);
Inserting data into the hypertable is done via normal SQL `INSERT` commands,
e.g. using millisecond timestamps:
```sql
INSERT INTO conditions(time,location,temperature,humidity)
INSERT INTO conditions(time, location, temperature, humidity)
VALUES(NOW(), 'office', 70.0, 50.0);
```

Expand Down

0 comments on commit 00d3325

Please sign in to comment.