From 0648673c4621681f2aa14a5c17e7d91d8afecabf Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:05:30 -0400 Subject: [PATCH] docs: clarify WASM docs example written in TS --- czv-wasm/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/czv-wasm/README.md b/czv-wasm/README.md index a09c422..9c0856c 100644 --- a/czv-wasm/README.md +++ b/czv-wasm/README.md @@ -17,6 +17,8 @@ bun install czv Or use `npm`, `pnpm`, or `yarn` instead of `bun`. +The following example is written in TypeScript: + ```ts import init, * as czv from "czv"; // Must run `await init()` or `initSync()` first for web use