Skip to content

Commit f19ff01

Browse files
committed
small update to readme
1 parent f1eb12b commit f19ff01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ end
119119
How about with symbolized keys?
120120

121121
``` ruby
122-
# NOTE: the :symbolize_keys and future options will likely move to the #query method soon
123-
client.query("SELECT * FROM users WHERE group='githubbers'").each(:symbolize_keys => true) do |row|
122+
client.query("SELECT * FROM users WHERE group='githubbers'", :symbolize_keys => true) do |row|
124123
# do something with row, it's ready to rock
125124
end
126125
```

0 commit comments

Comments
 (0)