From 86f8b03496eff080e1c69b49f42efd8a400f846b Mon Sep 17 00:00:00 2001 From: Shawn Van Ittersum Date: Sat, 11 Apr 2015 15:30:12 -0700 Subject: [PATCH] Fixed typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b19af93..b808da2 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ The only deviation from the original spec is the addition of the input operator #Usage var hello_world = ':-O Hello World :-Q S:-P :-Q'; - var code = new Emoticon.Parser(hellow_world); + var code = new Emoticon.Parser(hello_world); config = { input: function (cb) { cb(window.prompt("input"));