Skip to content

Commit 1d8393c

Browse files
authored
docs: rename LiveBlocks → Liveblocks (#629)
1 parent fba961d commit 1d8393c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/06-collaboration/02-liveblocks/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { room } = client.enterRoom("your-project-name", {
1616
initialPresence: {},
1717
});
1818

19-
// Sets up Yjs document and LiveBlocks Yjs provider.
19+
// Sets up Yjs document and Liveblocks Yjs provider.
2020
const doc = new Y.Doc();
2121
const provider = new LiveblocksProvider(room, doc);
2222

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Collaborative Editing with LiveBlocks
1+
# Collaborative Editing with Liveblocks
22

3-
In this example, we use LiveBlocks to let multiple users collaborate on a single BlockNote document in real-time.
3+
In this example, we use Liveblocks to let multiple users collaborate on a single BlockNote document in real-time.
44

55
**Try it out:** Open this page ion a new browser tab or window to see it in action!
66

77
**Relevant Docs:**
88

9-
- [LiveBlocks](/docs/advanced/real-time-collaboration#liveblocks)
9+
- [Liveblocks](/docs/advanced/real-time-collaboration#liveblocks)
1010
- [Editor Setup](/docs/editor-basics/setup)

examples/06-collaboration/02-liveblocks/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</script>
66
<meta charset="UTF-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Collaborative Editing with LiveBlocks</title>
8+
<title>Collaborative Editing with Liveblocks</title>
99
</head>
1010
<body>
1111
<div id="root"></div>

0 commit comments

Comments
 (0)