Skip to content

Commit

Permalink
Update library_initialization.md
Browse files Browse the repository at this point in the history
Fix backticks.
  • Loading branch information
pvh authored Nov 12, 2024
1 parent e86f5b6 commit d721321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/library_initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Here's an example of using the raw WebAssembly in a Vite application. Here we ca
import wasmUrl from "@automerge/automerge/automerge.wasm?url";
// Note the `/slim` suffixes
import { next as Automerge } from "@automerge/automerge/slim";
import { Repo } from `@automerge/automerge-repo/slim`;
import { Repo } from "@automerge/automerge-repo/slim";

await next.initializeWasm(wasmUrl)

Expand Down

0 comments on commit d721321

Please sign in to comment.