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

- old
+ new

@@ -47,11 +47,19 @@ exclude -> -e ``` #### Export Mermaid Format +##### Single target path + ```shell js_dependency -s ./src -t ./src/App.vue -o ./mermaid.txt -c 2 -p 2 -n 1 +``` + +##### Multiple target paths + +```shell +js_dependency -s ./src -t ./src/App.vue ./src/components/Sub.vue -o ./mermaid.txt -c 2 -p 2 -n 1 ``` #### Export parents components list ```shell