From bb5b0224cba89a042f43937dc24976379591704a Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Thu, 20 Mar 2025 22:06:46 -0600 Subject: [PATCH] readme --- d2js/js/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/d2js/js/README.md b/d2js/js/README.md index bb3166849..76f0132f3 100644 --- a/d2js/js/README.md +++ b/d2js/js/README.md @@ -29,6 +29,16 @@ pnpm add @terrastruct/d2 bun add @terrastruct/d2 ``` +### Nightly + +Use the `@nightly` tag to get the version that is built by daily CI on the master branch. + +For example, + +```bash +yarn add @terrastruct/d2@nightly +``` + ## Usage D2.js uses webworkers to call a WASM file.