Skip to content

Commit

Permalink
Fixes alias example
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaggen committed Aug 22, 2017
1 parent e83551b commit e590cba
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,17 @@ Example:
{
"plugins": [
[
"inline-react-svg",
{
"inline-react-svg", {
"root": "./",
"alias": {
"plugins": [
"root": "./",
"alias": {
"svgs": "svgs"
}
]
"svgs": "svgs"
}
}
]
]
}
```

**Note:** If root is not specified it will always start resolving from the project root

### Via CLI
Expand Down

0 comments on commit e590cba

Please sign in to comment.