summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorVarriount <Varriount@users.noreply.github.com>2017-05-26 02:16:30 -0400
committerGitHub <noreply@github.com>2017-05-26 02:16:30 -0400
commitbd47914f4cba0c70516f86752e7968033b1a0848 (patch)
tree16ae8a9cb5447bfd1430ab5736bb8016442e3bba
parentf5bcb3db2bd11684f9e3cc33b4b663c3c2de32c9 (diff)
parent3cef2129b90c2adb0edd62243e9de6ee9d0fe9d0 (diff)
downloadNim-bd47914f4cba0c70516f86752e7968033b1a0848.tar.gz
Merge pull request #5842 from couven92/readme
Fixed nimsuggest in readme
-rw-r--r--readme.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 30cc14079..5e50bbc41 100644
--- a/readme.md
+++ b/readme.md
@@ -96,9 +96,8 @@ started contributing, you should familiarize yourself with the repository struct
 
 * ``bin/``, ``build/`` - these directories are empty, but are used when Nim is built.
 * ``compiler/`` - the compiler source code. Also includes nimfix, and plugins within
-  ``compiler/nimfix`` and ``compiler/plugins`` respectively. Nimsuggest was moved to
-  the [``nim-lang/nimsuggest``][nimsuggest-repo] repository, though it previously also 
-  lived within the ``compiler/`` directory.
+  ``compiler/nimfix`` and ``compiler/plugins`` respectively.
+* ``nimsuggest`` - the nimsuggest tool that previously lived in the [``nim-lang/nimsuggest``][nimsuggest-repo] repository. 
 * ``config/`` - the configuration for the compiler and documentation generator.
 * ``doc/`` - the documentation files in reStructuredText format.
 * ``lib/`` - the standard library, including: