From b60eadf468e31fce13f6b6b7ba7e0289b7ae21bd Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Thu, 14 Nov 2013 14:42:52 +0100 Subject: [PATCH] readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0d0781472..c3887aa1f1 100644 --- a/README.md +++ b/README.md @@ -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 ===============