From 2a7a7777bf5fb0d0237632b9034177fc80f72eb1 Mon Sep 17 00:00:00 2001
From: Jani Bonnevier <jani@bonnevier.one>
Date: Mon, 11 Feb 2019 20:57:24 +0100
Subject: [PATCH] Fix typo in CONTRIBUTING.md

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9fff1b96..dd0ee0e2 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
-- 
GitLab