summary refs log tree commit diff stats
path: root/readme.md
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2023-06-10 02:09:03 -0300
committerGitHub <noreply@github.com>2023-06-10 07:09:03 +0200
commitb2d77619757c73a8b14a8ccf127eaf3e630159cf (patch)
tree346effaff0b8a9b6bbf702555a2bca10c5a87374 /readme.md
parent65c412e3f01bc00f5c6f318edfbfe561ab1bf438 (diff)
downloadNim-b2d77619757c73a8b14a8ccf127eaf3e630159cf.tar.gz
Remove Deprecated Nimfix (#22062)
* Remove Deprecated Nimfix
* Trailing whitespace cleanups
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 325e8fff9..5ba63550c 100644
--- a/readme.md
+++ b/readme.md
@@ -130,8 +130,7 @@ standard library are welcomed and appreciated. Before you start contributing,
 you should familiarize yourself with the following repository structure:
 
 * ``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.
+* ``compiler/`` - the compiler source code. Also includes plugins within ``compiler/plugins``.
 * ``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.