README.md in js_dependency-0.3.9 vs README.md in js_dependency-0.3.10
- old
+ new
@@ -44,9 +44,15 @@
excludes: # Exclude words that you want to skip from export.
- excludeWord1
- excludeWord2
```
+If you want to specify .js_dependency.yml as another path, you can add option path by `-f` option.
+
+```shell
+js_dependency -f path/to/yourfilename.yml
+```
+
Each parameter is overridden by the command line.
```
src_path -> -s
target_path -> -t