From 59bf32f0382202fad003c4dab091ae365540b4dd Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Mon, 30 May 2016 23:34:36 +0200 Subject: [PATCH] README typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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