README typo fix

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-05-30 23:34:36 +02:00
parent 403c2fc64e
commit 59bf32f038
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ The webapp can be accessed at [marcel-kapfer.de/writtenmorse/morseconverter](htt
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Write your code and the tests for it.
4. Check if the code passes the tests. (`pub run text`). A code which does not passes the tests will not merged.
4. Check if the code passes the tests. (`pub run test`). A code which does not passes the tests will not merged.
5. Commit your changes (`git commit -am 'Add some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create New Pull Request