From 5c6f568bb11ce370a1dbeb9898d8d49b848038e7 Mon Sep 17 00:00:00 2001 From: Tim 'Thunderpuncher' Gunter Date: Thu, 19 Apr 2012 11:35:26 -0400 Subject: [PATCH] Add emphasis to 'master' reference in hotfix paragraph. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 56aea6c79ec..304ca2b9ec9 100644 --- a/README.markdown +++ b/README.markdown @@ -20,4 +20,4 @@ Feature branches are work-in-progress branches that contain large chunks of new ## hotfix/x -Hotfixes are branched from master and exist to fix small bugs that are detected in a release after it has been tagged in master. These branches are usually small and concise, and are merged back into *master* and *develop* once they are completed. They should never be new features. +Hotfixes are branched from master and exist to fix small bugs that are detected in a release after it has been tagged in *master*. These branches are usually small and concise, and are merged back into *master* and *develop* once they are completed. They should never be new features.