diff --git a/README.md b/README.md index b78edad..c459701 100644 --- a/README.md +++ b/README.md @@ -75,21 +75,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