readme typo

This commit is contained in:
Matteo Pagliazzi 2013-11-14 14:42:52 +01:00
parent 0c40d44de7
commit b60eadf468

View file

@ -8,7 +8,7 @@
## How to translate a string
- If the string is in a `.jade` file it can be accessed with `env.t('string name here')`
- If the string is in a `.js` file it can be accessed with `window.env.t['string name here']`
- If the string is in a `.js` file it can be accessed with `window.env.t('string name here')`
HabitRPG
===============