Andreas Stenius 8 лет назад
Родитель
Сommit
0e926d1c3a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.markdown

+ 2 - 2
README.markdown

@@ -19,12 +19,12 @@ Template Languge, there are still a few
 We follow a
 [gitflow](http://nvie.com/posts/a-successful-git-branching-model/)
 inspired branching model, where `master` is the latest released
-version (a.k.a. stable), and use `develop` for stuff that make break
+version (a.k.a. stable), and use `develop` for stuff that may break
 from time to time.
 
 #### master branch
 
-Releases are made from the *stable* branch, with dependency versions
+Releases are made from the *master* branch, with dependency versions
 pinned down and a hard coded version number in the app file.
 
 #### develop branch