From 2fbd3047b79d9648021e89e0644e15b07baefa01 Mon Sep 17 00:00:00 2001 From: Jakub Andrysek Date: Fri, 21 Nov 2025 09:52:35 +0100 Subject: [PATCH] fix: correct package name from `wokwi-js` to `wokwi-client-js` in documentation --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 703dcaa..246501e 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -31,7 +31,7 @@ pnpm exec playwright install The repository contains two main packages: - `wokwi-cli`: The command-line interface for Wokwi. -- `wokwi-js`: The JavaScript client library used to interact with Wokwi from a browser iframe. +- `wokwi-client-js`: The JavaScript client library used to interact with Wokwi from a browser iframe. When you run `pnpm` commands from the repository root, the monorepo configuration determines which packages the command runs in. For example, `pnpm build` runs the build across packages, while `pnpm lint` runs `eslint .` for the whole repository.