Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Update documentation explaining that i18n options are accepted.
Browse files Browse the repository at this point in the history
  • Loading branch information
doup committed Jan 20, 2016
1 parent 46b4403 commit 421dd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Use `__()` and `__n()` in your templates for translating your strings. Based on

## Usage

Add the plugin with the required options. This will add `__` and `__n` methods to each file:
Add the plugin with the required options (it also accepts [`i18n` module](https://github.com/mashpie/i18n-node) options). This will add `__` and `__n` methods to each file:

```javascript
var i18n = require('metalsmith-i18n');
Expand Down

0 comments on commit 421dd73

Please sign in to comment.