Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 12, 2012
1 parent 35278a0 commit 00d17f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Readme.md
Expand Up @@ -48,4 +48,9 @@ t('Hello {name}', { name: 'Tobi' });
t.lang('es'); t.lang('es');
t('Hello {name}', { name: 'Tobi' }).should.equal('Hola Tobi'); t('Hello {name}', { name: 'Tobi' }).should.equal('Hola Tobi');
// => "Hola Tobi" // => "Hola Tobi"
``` ```

# License

MIT

0 comments on commit 00d17f9

Please sign in to comment.