Skip to content

Commit

Permalink
Merge pull request HubSpot#72 from eedrah/patch-1
Browse files Browse the repository at this point in the history
Change picture example to "Instagrammers"
  • Loading branch information
geekjuice committed Apr 19, 2016
2 parents 1ac6e72 + 8a4e46f commit 40fc981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ aznPics = [
]
bigfootPics = []

"Asians " + Humanize.frequency(aznPics, "took pictures of food")
// "Asians took pictures of food 3 times"
"Instagrammers " + Humanize.frequency(aznPics, "took pictures of food")
// "Instagrammers took pictures of food 3 times"

"Bigfoot " + Humanize.frequency(bigfootPics, "took pictures of food")
// "Bigfoot never took pictures of food"
Expand Down

0 comments on commit 40fc981

Please sign in to comment.