From 0f1ddaaacf2018002f2f7840555e47982c200ac2 Mon Sep 17 00:00:00 2001
From: Mathieu Alorent <github@kumy.net>
Date: Sat, 29 Jul 2017 17:41:44 +0200
Subject: [PATCH] Fix #772 - PR should be based on master branch

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

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0391ae5e..af439e0a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,7 +1,7 @@
 Thanks for contributing to this project.
 
 
-**Please submit your pull request against the `develop` branch only.**
+**Please submit your pull request against the `master` branch only.**
 
 
 Please ensure that you run `phpunit` from the project root after you've made any changes.