summary refs log tree commit diff stats
path: root/readme.md
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-09-28 18:14:35 +0800
committerGitHub <noreply@github.com>2022-09-28 12:14:35 +0200
commit95614089ac9ddd61de834a2fb1454b5d159acb35 (patch)
treee103d488ebdfa403d8b4ab7de261fafe8fa1acda /readme.md
parent89f76bb4484ee49228558baa96001147136c8c2d (diff)
downloadNim-95614089ac9ddd61de834a2fb1454b5d159acb35.tar.gz
remove deprecated and broken nimweb tools (#20442)
* remove deprecated and broken nimweb tools

* readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 6c14b738f..3d32bcf87 100644
--- a/readme.md
+++ b/readme.md
@@ -141,7 +141,7 @@ you should familiarize yourself with the following repository structure:
     dependencies written in other languages.
     * ``wrappers/`` - modules that wrap dependencies written in other languages.
 * ``tests/`` - contains categorized tests for the compiler and standard library.
-* ``tools/`` - the tools including ``niminst`` and ``nimweb`` (mostly invoked via
+* ``tools/`` - the tools including ``niminst`` (mostly invoked via
   ``koch``).
 * ``koch.nim`` - the tool used to bootstrap Nim, generate C sources, build the website,
   and generate the documentation.