Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-altman committed Sep 20, 2017
1 parent 9d5ffa0 commit 4103fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
extractStrings: { //optional
input: 'app/**/*.html',
destination: 'po/template.pot'
//Any of the [angular-gettext-tools Extractor options](https://github.com/rubenv/angular-gettext-tools#options)
//Any of the angular-gettext-tools Extractor options
}
}),
// the rest of your plugins...
Expand All @@ -42,4 +42,4 @@ module.exports = {
```

# Options
Support all the configuration and options of the [angular-gettext-cli utility](https://github.com/huston007/angular-gettext-cli).
Support all the configuration and options of the [angular-gettext-cli utility](https://github.com/huston007/angular-gettext-cli). Check also the [angular-gettext-tools Extractor options](https://github.com/rubenv/angular-gettext-tools#options) (for the supported extractStrings options).

0 comments on commit 4103fa1

Please sign in to comment.