Skip to content
Snippets Groups Projects
Commit 2a7a7777 authored by Jani Bonnevier's avatar Jani Bonnevier
Browse files

Fix typo in CONTRIBUTING.md

parent 44e83068
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ Before submitting a PR, ensure that you've run your tests locally and that they
pass. This can be done by running the following two commands:
```sh
cargo +nightly test --lib && bash examples/run_examples/sh
cargo +nightly test --lib && bash examples/run_examples.sh
```
## Format your code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment