Skip to content

Commit

Permalink
Fix query parameter in stringify example
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Nov 8, 2016
1 parent ba5f7cc commit 571b373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rp.get({
uri : "http://localhost:8080/api/v1/pods",
json : true,
qs : {
matchLabels : stringify({
labelSelector : stringify({
matchLabels : {
labelA : "a"
},
Expand Down

0 comments on commit 571b373

Please sign in to comment.