diff --git a/crates/ruff_wasm/README.md b/crates/ruff_wasm/README.md index 59f5b486b1..9456b931d8 100644 --- a/crates/ruff_wasm/README.md +++ b/crates/ruff_wasm/README.md @@ -19,7 +19,7 @@ There are multiple versions for the different wasm-pack targets. See [here](http This example uses the wasm-pack web target and is known to work with Vite. ```ts -import init, { Workspace, type Diagnostic } from '@astral-sh/ruff-api'; +import init, { Workspace, type Diagnostic } from '@astral-sh/ruff-wasm-web'; const exampleDocument = `print('hello'); print("world")`