diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2017-01-08 21:23:15 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2017-01-08 21:23:15 +0100 |
commit | 5947403e84ba44397b35f93f9d327c76e794210f (patch) | |
tree | 9d58f7554aadb2f40875c01f5cb0bfc10009f15a /readme.md | |
parent | b040f74356748653dab491e0c2796549c1db4ac3 (diff) | |
download | Nim-5947403e84ba44397b35f93f9d327c76e794210f.tar.gz |
Small fixes in readme.
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md index b4a484f60..3d32502f1 100644 --- a/readme.md +++ b/readme.md @@ -55,7 +55,7 @@ documented in [doc/koch.rst](doc/koch.rst). ## Nimble [Nimble](https://github.com/nim-lang/nimble) is Nim's package manager. For the -source based installations where you added Nim's ``bin`` directory to your PATH +source based installations, where you added Nim's ``bin`` directory to your PATH, the easiest way of installing Nimble is via: ``` |