summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-06-01 16:18:37 +0100
committerNick White <git@njw.name>2020-06-01 16:18:37 +0100
commitf433a5c8405db5846f62fac13bd9343e180d8fd0 (patch)
tree36be3a5be038fbffded678ffb472249484a25025
parentd715fb145e1402c6fa2dbc02cebb323e8b6ea976 (diff)
Mention documentation URL
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 0a139a9..261c1ae 100644
--- a/README
+++ b/README
@@ -7,7 +7,9 @@ pixel, which can make several common image processing
operations much faster.
This is a Go package, and can be installed in the standard go way,
-by running `go get rescribe.xyz/integralimg`
+by running `go get rescribe.xyz/integralimg` and documentation
+can be read with the `go doc` command or online at
+<https://pkg.go.dev/rescribe.xyz/integralimg>.
## Bugs