diff --git a/doc/lib.rst b/doc/lib.rst index e62ac90bc6..d5550915f7 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -18,9 +18,9 @@ low-level interface to a C library. Read this `document `_ 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 @@ -520,4 +520,5 @@ Nimble is a package manager for the Nim programming language. For instructions on how to install Nimble packages see `its README `_. -To see a list of Nimble's packages, check out `https://nimble.directory/ `_ or the `packages repos `_ on GitHub. +To see a list of Nimble's packages, check out `https://nimble.directory/ `_ +or the `packages repo `_ on GitHub.