Skip to content

Commit 563a215

Browse files
authored
Update README.md
1 parent 57f8548 commit 563a215

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# realtime-editor.js
22
A realtime editor.js collaborative interface based on OT (instead of CRDTs). The goal for this repo is simplicity, so people can understand how easy collaborative realtime editing can be using OT (Operational Transforms).
33

4+
![image](https://github.com/user-attachments/assets/e94da0ac-04df-4f64-80d6-72c5494c9813)
5+
46
I didn't do much more than setup the basics using editor.js.
57

68
If you add editor.js blocks besides headings and text, it will just show that users cursor on that block.
@@ -27,4 +29,4 @@ npm run build
2729
# Start
2830
```
2931
npm start
30-
```
32+
```

0 commit comments

Comments
 (0)