Skip to content

Commit aa5ff7f

Browse files
author
Enric Sala
committed
Fix mistake in README example
1 parent ca254c6 commit aa5ff7f

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
@@ -136,7 +136,7 @@ result = influxdb.query('weather') ...
136136
.execute();
137137
138138
% Another example with more options
139-
result = influxdb.query(TEST_TAGS) ...
139+
result = influxdb.query('weather') ...
140140
.fields('mean(temperature)', 'sum(rain)') ...
141141
.groupByTags('country', 'city') ...
142142
.groupByTime('3h', 'linear') ...

0 commit comments

Comments
 (0)