Skip to content

Commit 2fbd304

Browse files
committed
fix: correct package name from wokwi-js to wokwi-client-js in documentation
1 parent c4a8a7e commit 2fbd304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pnpm exec playwright install
3131

3232
The repository contains two main packages:
3333
- `wokwi-cli`: The command-line interface for Wokwi.
34-
- `wokwi-js`: The JavaScript client library used to interact with Wokwi from a browser iframe.
34+
- `wokwi-client-js`: The JavaScript client library used to interact with Wokwi from a browser iframe.
3535

3636
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.
3737

0 commit comments

Comments
 (0)