diff options
author | Nick White <git@njw.name> | 2020-06-01 16:18:37 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-06-01 16:18:37 +0100 |
commit | f433a5c8405db5846f62fac13bd9343e180d8fd0 (patch) | |
tree | 36be3a5be038fbffded678ffb472249484a25025 /README | |
parent | d715fb145e1402c6fa2dbc02cebb323e8b6ea976 (diff) |
Mention documentation URL
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |