Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pvh authored Nov 21, 2024
1 parent ed2da42 commit ffabfd3
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 @@ -53,7 +53,7 @@ If you'd rather use Automerge outwide of any build processes, you can use someth

```javascript
// This approach requires the initializeWasm export not yet found in the stable 1.2.1 release.
import * as AR from "https://esm.sh/@automerge/[email protected]/slim?bundle-deps"
import * as AutomergeRepo from "https://esm.sh/@automerge/[email protected]/slim?bundle-deps"
import { IndexedDBStorageAdapter } from "https://esm.sh/@automerge/[email protected]?bundle-deps"
import { BrowserWebSocketClientAdapter } from "https://esm.sh/@automerge/[email protected]?bundle-deps"
import { MessageChannelNetworkAdapter } from "https://esm.sh/@automerge/[email protected]?bundle-deps"
Expand Down

0 comments on commit ffabfd3

Please sign in to comment.