summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKazunori Kajihiro <likerichie@gmail.com>2015-07-02 21:40:52 +0900
committerKazunori Kajihiro <likerichie@gmail.com>2015-07-02 21:40:52 +0900
commitce94d13406e63fc77a72dd286f32bc164e573a70 (patch)
tree48d40cff45b18b3059251e93fc6ce6cd92b2c1c8
parentcb34e3721e014facda8dd8b874c5606b8e6b19cb (diff)
downloadNim-ce94d13406e63fc77a72dd286f32bc164e573a70.tar.gz
fixes readme.md typo
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 740296f4f..277ceb8f3 100644
--- a/readme.md
+++ b/readme.md
@@ -26,7 +26,7 @@ To build from source you will need:
 If you are on a fairly modern *nix system, the following steps should work:
 
 ```
-$ git clone git://github.com/Araq/Nim.git
+$ git clone git://github.com/nim-lang/Nim.git
 $ cd Nim
 $ git clone --depth 1 git://github.com/nim-lang/csources
 $ cd csources && sh build.sh