Skip to content

Commit 6c12ebe

Browse files
authored
Fix command syntax
1 parent 1c0b617 commit 6c12ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ All algorithms are implemented in Python, using numpy, scipy and autograd.
3434

3535
### How to run examples without installation
3636
cd MLAlgorithms
37-
python -m examples/linear_models
37+
python -m examples.linear_models
3838

3939
### Contributing
4040
Your contributions are always welcome!

0 commit comments

Comments
 (0)