Skip to content

Commit

Permalink
fixed typo in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fwalzel committed Jun 2, 2020
1 parent 4acbc78 commit 79368d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -24,7 +24,7 @@ $ npm install handlebars-i18n
Usage within node environment:

```
const HandelbarsI18next = require("handlebars-i18next");
const HandelbarsI18next = require("handlebars-i18n");
HandelbarsI18next.init();
```

Expand Down

0 comments on commit 79368d3

Please sign in to comment.