README.md in js_dependency-0.3.1 vs README.md in js_dependency-0.3.2

- old
+ new

@@ -59,9 +59,15 @@ ```shell js_dependency -s ./src -t ./src/App.vue ./src/components/Sub.vue -o ./mermaid.txt -c 2 -p 2 -n 1 ``` +##### Exclude path which iclude exclude words `-e` from output + +```shell +js_dependency -s ./src -t ./src/App.vue -o ./mermaid.txt -c 2 -p 2 -n 1 -e excludeWord1 excludeWord2 +``` + #### Export parents components list ```shell js_dependency parents -s ./src -t ./src/App.vue -o ./parents.txt -p 2 ```