From 429f10736ec93d0b8191206b32a76836ce1dc928 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Mon, 16 Sep 2024 10:03:06 +0800 Subject: [PATCH] Update README.md [#46] --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 +```