From ffa17850d088f96325a0a7cd47c38bbe3144e776 Mon Sep 17 00:00:00 2001 From: SylTi Date: Wed, 26 Nov 2014 23:27:38 +0100 Subject: [PATCH] readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83b4b77..52d2f9f 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ You can configure: * Fork and make pull request. * Use the generator to follow the app conventions doc @ https://github.com/DaftMonk/generator-angular-fullstack * To lunch coding webserver : `grunt serve` +* HotFix : create a new branch from master, push it for review & then merge to master. * To publish the app on Heroku : `grunt build && cd dist && grunt buildcontrol:heroku`