Skip to content

Commit ca7b4ba

Browse files
author
Bryan Saxon
authored
Update README
Add missing comma in hash.
1 parent c4821e9 commit ca7b4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ influxdb = InfluxDB::Client.new {
195195

196196
data = {
197197
values: { value: 0 },
198-
tags: { foo: 'bar', bar: 'baz' }
198+
tags: { foo: 'bar', bar: 'baz' },
199199
timestamp: Time.now.to_i
200200
}
201201

0 commit comments

Comments
 (0)