README typo fix
This commit is contained in:
parent
403c2fc64e
commit
59bf32f038
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ The webapp can be accessed at [marcel-kapfer.de/writtenmorse/morseconverter](htt
|
||||||
1. Fork it
|
1. Fork it
|
||||||
2. Create your feature branch (`git checkout -b my-new-feature`)
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||||||
3. Write your code and the tests for it.
|
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'`)
|
5. Commit your changes (`git commit -am 'Add some feature'`)
|
||||||
6. Push to the branch (`git push origin my-new-feature`)
|
6. Push to the branch (`git push origin my-new-feature`)
|
||||||
7. Create New Pull Request
|
7. Create New Pull Request
|
||||||
|
|
Reference in a new issue