mirror of
https://github.com/russolsen/crforth
synced 2025-01-12 20:01:18 +01:00
Fixed typo
This commit is contained in:
parent
ece6e2f188
commit
dd2ad36510
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ There is a Makefile for convience. The targets are:
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
1. Fork it ( https://github.com/[your-github-name]/edn/fork )
|
1. Fork it ( https://github.com/[your-github-name]/crforth/fork )
|
||||||
2. Create your feature branch (git checkout -b my-new-feature)
|
2. Create your feature branch (git checkout -b my-new-feature)
|
||||||
3. Commit your changes (git commit -am 'Add some feature')
|
3. Commit your changes (git commit -am 'Add some feature')
|
||||||
4. Push to the branch (git push origin my-new-feature)
|
4. Push to the branch (git push origin my-new-feature)
|
||||||
|
|
Loading…
Reference in a new issue