diff --git a/index.html b/index.html index 0d698948a..5fb003072 100644 --- a/index.html +++ b/index.html @@ -154,7 +154,7 @@ _(lyrics).chain() return counts; }).get(); -=> returns a hash containing the word counts... +=> {lumberjack : 2, all : 4, night : 2 ... }