Browse Source

README: fix typos.

Andreas Stenius 8 years ago
parent
commit
0e926d1c3a
1 changed files with 2 additions and 2 deletions
  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