Skip to content

Commit

Permalink
Merge pull request #9 from amolk/README-typo
Browse files Browse the repository at this point in the history
URL param name tq was missing in README
  • Loading branch information
Ary Borenszweig committed Sep 13, 2012
2 parents ff95989 + a020086 commit 92f4c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -44,7 +44,7 @@ To make a method in your controller be a visualization api endpoint:

So for example if <ttPperson</tt> has <tt>name</tt> and <tt>age</tt>, pointing your browser to:

http://localhost:3000/viz/person?select name where age > 20 limit 5
http://localhost:3000/viz/person?tq=select name where age > 20 limit 5

would render the necessary javascript code that implements the google visualization api wire protocol.

Expand Down

0 comments on commit 92f4c4c

Please sign in to comment.