Skip to content

Commit c9f188d

Browse files
fix bug
case sensitivity
1 parent c3f785b commit c9f188d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ uv pip install -e .
2626
In a new anaconda terminal, cd to the parent directory of the cloned repo. Then, run:
2727
```
2828
cd mousearm/mousearm/Demo
29-
python Demo.py
29+
python demo.py
3030
```
3131

3232
# Sample Usage

0 commit comments

Comments
 (0)