Skip to content

Commit

Permalink
correct documentation again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nais committed Feb 13, 2012
1 parent 6dadd13 commit fd4fbbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -92,8 +92,8 @@ Output format (see more details below) : nike_shoes=(Array containing the gadget
So to use it you can do :
xscript.onload=function() {
var res=eval('nike_shoes');
if (res.length>0) {
eval('nike_shoes');
if (nike_shoes.length>0) {
...
}
}
Expand Down

0 comments on commit fd4fbbe

Please sign in to comment.