From e577b52ca7170053952db949191383948ff8b7ad Mon Sep 17 00:00:00 2001
From: Ryan Smith <0ryansmith1994@gmail.com>
Date: Wed, 1 Jul 2015 15:45:24 +0100
Subject: [PATCH] Updates build process.

---
 docs/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/readme.md b/docs/readme.md
index efeeab5..007455f 100644
--- a/docs/readme.md
+++ b/docs/readme.md
@@ -55,7 +55,7 @@ You'll now be able to modify and test events by updating the code inside the "ve
 ## Plugin Release Process
 This process has been documented for collaborators (users that have write access to the repository) who are releasing new versions of this plugin.
 
-1. Run `composer build` on the branch to be released.
+1. Run `sh build.sh` on the branch to be released.
 2. Commit changes from step 1.
 3. Create release on Github.
   1. Document patches.
-- 
GitLab