Commit c50971b
Use consistent import alias
The previous code example in this section says:
```
import * as Automerge from "@automerge/automerge"
```
but then second code example has:
```
am.updateText(...)
```
This is an unexpected alias change, so I'm changing it to say `Automerge.updateText`, like in other examples.1 parent d5e4f99 commit c50971b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments