summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 329fb00..ed682ad 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-# rescribe.xyz/integralimg package
+# rescribe.xyz/integral package
This package contains methods and structures for dealing with
Integral Images, aka Summed Area Tables. These are structures
@@ -7,9 +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` and documentation
+by running `go get rescribe.xyz/integral` and documentation
can be read with the `go doc` command or online at
-<https://pkg.go.dev/rescribe.xyz/integralimg>.
+<https://pkg.go.dev/rescribe.xyz/integral>.
## Contributions