Skip to content

Commit 9f76765

Browse files
committed
Fix README not to refer moved file
`cargo run tests/snippets/whats_left_to_implement.py` -> `./whats_left.sh`
1 parent 9e54dbe commit 9f76765

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
@@ -85,7 +85,7 @@ Another approach is to checkout the source code: builtin functions and object me
8585
and easiest way to contribute.
8686

8787
You can also simply run
88-
`cargo run tests/snippets/whats_left_to_implement.py` to assist in finding any
88+
`./whats_left.sh` to assist in finding any
8989
unimplemented method.
9090

9191
# Testing

0 commit comments

Comments
 (0)