File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,18 @@ height=22> Solid </a> primitives for <a
55href="https://automerge.org/docs/repositories/"> <img alt=""
66src=.assets/automerge.png width=22 height=22>Automerge</a > .
77
8- > [ !note]
9- >
10- > This library targets ` @automerge/automerge-repo@2 ` which is currently in
11- > Alpha
12- >
13- > Changes adapting to breaking changes will be reflected as patch bumps in this
14- > library, until ` @automerge/automerge-repo@2 ` is stable.
15-
168``` sh
17- pnpm add solidjs @automerge/automerge-repo@next
9+ pnpm add solidjs @automerge/automerge-repo
1810pnpm add solid-automerge
1911```
2012
13+ or, say:
14+
15+ ``` sh
16+ deno add --npm solidjs @automerge/vanillajs
17+ deno add jsr:@chee/solid-automerge
18+ ```
19+
2120## useDocument ✨
2221
2322Get a fine-grained live view of an automerge document from its URL.
You can’t perform that action at this time.
0 commit comments