diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9fff1b966f9afc0bc529d0fecfa0a1b4dc625b52..dd0ee0e2a9719f69b45298601467f7955531b452 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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