From dd2ad36510aba64f5bdba6b97c9c8fd93a1fa12c Mon Sep 17 00:00:00 2001 From: Russ Olsen Date: Thu, 20 Aug 2015 12:13:48 -0400 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46c247c..3cf0e7e 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ There is a Makefile for convience. The targets are: ## 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) 3. Commit your changes (git commit -am 'Add some feature') 4. Push to the branch (git push origin my-new-feature)