Skip to content

Commit

Permalink
Correct babel-plugin-macros names
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhlh committed Jan 14, 2018
1 parent 7b3cbef commit 38d4792
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 @@ -44,11 +44,11 @@ then configure
- `translationFile`: the location of translation json.
- `tagName`: translation tag name. Default: `t`.

### Via `babel-macros`
### Via `babel-plugin-macros`

```js
{
"plugins": ["babel-macros"]
"plugins": ["macros"]
}
```

Expand Down

0 comments on commit 38d4792

Please sign in to comment.