diff options
author | Fredrik Høisæther Rasch <fredrik.rasch@gmail.com> | 2017-05-18 15:37:00 +0200 |
---|---|---|
committer | Fredrik Høisæther Rasch <fredrik.h.rasch@uit.no> | 2017-05-18 15:39:15 +0200 |
commit | 3cef2129b90c2adb0edd62243e9de6ee9d0fe9d0 (patch) | |
tree | 145ba72adcb0b812ab937aa7b16ff0af66084684 /readme.md | |
parent | 2b8a1cee8cbeddb3e64193a59a78b5d0f46d2fda (diff) | |
download | Nim-3cef2129b90c2adb0edd62243e9de6ee9d0fe9d0.tar.gz |
Fixed nimsuggest in readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
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: |