diff --git a/README.md b/README.md index 1fed83c..6a2c7d8 100644 --- a/README.md +++ b/README.md @@ -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