summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorBo Lingen <lingenbw@gmail.com>2018-10-18 04:07:10 -0500
committerAndreas Rumpf <rumpf_a@web.de>2018-10-18 11:07:10 +0200
commit458aab0b10dcfbd93101cf0b683431c685283ec8 (patch)
treea14d9bc0f9ec52f0f4befdad2753520c95225334 /doc
parentd2ca8081060c0de9ab56d38f17a1a315661bdff8 (diff)
downloadNim-458aab0b10dcfbd93101cf0b683431c685283ec8.tar.gz
docs(lib): update Nimble notes since package list is not inline anymore (#9397)
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 23c8e8019..89ab26d81 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -18,9 +18,9 @@ low-level interface to a C library.
 
 Read this `document <apis.html>`_ for a quick overview of the API design.
 
-The `bottom <#nimble>`_ of this page includes a list of 3rd party packages
-created by the Nim community. These packages are a useful addition to the
-modules in the standard library.
+In addition to the modules in the standard library, third-party packages
+created by the Nim community can be used via `Nimble <#nimble>`_, Nim's
+package manager.
 
 
 Pure libraries
@@ -518,4 +518,5 @@ Nimble is a package manager for the Nim programming language.
 For instructions on how to install Nimble packages see
 `its README <https://github.com/nim-lang/nimble#readme>`_.
 
-To see a list of Nimble's packages, check out `https://nimble.directory/ <https://nimble.directory/>`_ or the `packages repos <https://github.com/nim-lang/packages>`_ on GitHub.
+To see a list of Nimble's packages, check out `https://nimble.directory/ <https://nimble.directory/>`_
+or the `packages repo <https://github.com/nim-lang/packages>`_ on GitHub.