From 22045adc53028099f11794d60fafe78f54589ed7 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 18 Aug 2013 23:10:56 -0700 Subject: [PATCH] Minor verbiage and spelling --- Release-Branches.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Release-Branches.md b/Release-Branches.md index 7dee202..94876c9 100644 --- a/Release-Branches.md +++ b/Release-Branches.md @@ -1,7 +1,7 @@ -- **master (Default):** Current stabled branch. It has been used by users on develop branch and it's not know to have any major issues. +- **master (Default):** Stable branch. It has been used by users on develop branch and it's not known to have any major issues. -- **develop:** The bleeding edge. Released as soon as code is committed and passed all automated tests, this build has not been used by us or users. Because there's no guarantee that it will even run in some cases. +- **develop:** The bleeding edge. Released as soon as code is committed and passed all automated tests, this build has not been used by us or users. There is no guarantee that it will even run in some cases. *Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update.* @@ -23,6 +23,6 @@ Use your XML editor of choice to edit `C:\ProgramData\NzbDrone\config.xml` and s ``` -*You can ignore the `UpdateUrl` element as its not used anymore.* +*You can ignore the `UpdateUrl` element (if present) as its not used anymore.* **Once you make this change you will need to restart NzbDrone for it to take effect.** \ No newline at end of file