From 9a07db9e516bc13edceeb4785bf3e12f66ee54e4 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sun, 25 Feb 2024 18:39:22 +0800 Subject: [PATCH] link to typedoc (#371) --- js/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/README.md b/js/README.md index cc56422..93f6f31 100644 --- a/js/README.md +++ b/js/README.md @@ -1,5 +1,7 @@ # PMTiles for Browsers + NodeJS +See the [JavaScript API docs](https://protomaps.github.io/PMTiles/typedoc/) + the [PMTiles](https://www.npmjs.com/package/pmtiles) package can be included via script tag or ES6 module: ```html