From 9e344c15e1c5c1965e20c97b3457ed5541bf4a46 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 6 Aug 2013 02:52:14 -0700 Subject: [PATCH] fix syntax typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d3296..4c0464e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It's as simple as you could guess: $.getJSON( flickerAPI , { tags: thing - , tagmode: "any + , tagmode: "any" , format: "json" , success: function (data) { console.log('teh animals:', data);