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