aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-06-05 10:23:42 +0100
committerGitHub <noreply@github.com>2017-06-05 10:23:42 +0100
commita0a5e9e2b0b5105df9d1c5146472198ca28e9075 (patch)
tree20750a3df527e75d127142ec147ce156d283fa1a
parent446c0147699492aba0950b77078c4e3f6824a932 (diff)
parent3a4e504dbdb8f29914eb465aed82e3897bbb32af (diff)
downloadpackages-a0a5e9e2b0b5105df9d1c5146472198ca28e9075.tar.gz
packages-a0a5e9e2b0b5105df9d1c5146472198ca28e9075.zip
Merge pull request #516 from bluenote10/added_link_to_web
added link to standard library
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index db4d91e..dc1a0b1 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@ This is a central listing of all packages for
[Nimble](https://github.com/nim-lang/nimble), a package manager for the
[Nim programming language](http://nim-lang.org).
+An overview of all Nimble packages is available in the
+[library documentation](https://nim-lang.org/docs/lib.html#nimble).
+
## Adding your own package
To add your own package, fork this repository, edit
[packages.json](packages.json) and make a pull request.