Skip to content

Commit

Permalink
docs(readme): fixed exportTranslationKeys code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
skolmer committed Nov 12, 2016
1 parent d77127b commit 2468a16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -189,7 +189,6 @@ exportTranslationKeys({ rootPath: './samples' }).then((result) => {
*/
}).catch((err) => {
console.error(err.message)
cb(); // finished task
})
```

Expand Down

0 comments on commit 2468a16

Please sign in to comment.