Skip to content

Commit 4103fa1

Browse files
Update README.md
1 parent 9d5ffa0 commit 4103fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
extractStrings: { //optional
3434
input: 'app/**/*.html',
3535
destination: 'po/template.pot'
36-
//Any of the [angular-gettext-tools Extractor options](https://github.com/rubenv/angular-gettext-tools#options)
36+
//Any of the angular-gettext-tools Extractor options
3737
}
3838
}),
3939
// the rest of your plugins...
@@ -42,4 +42,4 @@ module.exports = {
4242
```
4343

4444
# Options
45-
Support all the configuration and options of the [angular-gettext-cli utility](https://github.com/huston007/angular-gettext-cli).
45+
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 commit comments

Comments
 (0)