Skip to content

Commit 12a180d

Browse files
authored
Merge pull request #229 from BryanSaxon/patch-1
Update README
2 parents c4821e9 + ca7b4ba commit 12a180d

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)