Skip to content

Commit

Permalink
readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacksified committed Sep 6, 2012
1 parent f25d51b commit 1b27d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ s:set('wow', 'So much money!')
print(s('money', 1000)) -- I have 1000 dollars

s:set_namespace("fr") -- switch to french!
s:set('so_much_money', 'Tant d'argent!')
s:set('so_much_money', "Tant d'argent!")

print(s('wow')) -- Tant d'argent!
s:set_namespace("en") -- switch back to english!
Expand Down

0 comments on commit 1b27d2a

Please sign in to comment.