We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb037a commit 32c2b80Copy full SHA for 32c2b80
README.md
@@ -31,11 +31,12 @@ lightmon rust
31
32
While there are not many languages supported currently, we plan to have an extensive list by our first official release.
33
34
-### For unsupported languages or compliacted builds
+### For unsupported languages or complicated builds
35
`lightmon shell -s <path> -w <patterns>`
36
37
Here users can specify the path to the shell script and which file types to watch for seperated by commas.
38
- For example, in a `python` project a user may want to watch python files and jupyter notebooks:
+
39
+ For example, in a `python` project a user may want to watch `.py` and `.ipynb` files:
40
41
`lightmon shell -s run.sh -w .py,.ipynb`
42
0 commit comments