Fixed small mistake in contribute.md.

This commit is contained in:
gsteeds
2022-05-04 09:35:50 +02:00
committed by Sanja
parent 5c7a97d592
commit 89ff8b699f
+1 -1
View File
@@ -13,7 +13,7 @@ How to:
In order to submit a change or a PR, please fork the project and follow instructions:
```bash
$ git clone http://github.com/<me>/krkn
$ cd kraken
$ cd krkn
$ git checkout -b <branch_name>
$ <make change>
$ git add <changes>