Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/ruff_wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")`

Expand Down
Loading