diff --git a/README.md b/README.md index 38529f6..c3e4f31 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ See [Releases](https://github.com/protomaps/go-pmtiles/releases) for your OS and ## Docs -See [docs.protomaps.com/pmtiles/cli](https://docs.protomaps.com/pmtiles/cli). +See [docs.protomaps.com/pmtiles/cli](https://docs.protomaps.com/pmtiles/cli) for usage. + +See [Go package docs](https://pkg.go.dev/github.com/protomaps/go-pmtiles/pmtiles) for API usage. ## Development @@ -22,4 +24,4 @@ Run the test suite: ```sh go test ./pmtiles -``` \ No newline at end of file +```