diff --git a/README.md b/README.md index 3a5aab9..b0ef275 100644 --- a/README.md +++ b/README.md @@ -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