diff --git a/README.md b/README.md
index 5f1d508..6da4593 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# 🛝 YDoc Playground
+# 🛝 Yjs Playground
-[![Build](https://github.com/lawvs/ydoc-playground/actions/workflows/build.yml/badge.svg)](https://github.com/lawvs/ydoc-playground/actions/workflows/build.yml)
+[![Build](https://github.com/lawvs/yjs-playground/actions/workflows/build.yml/badge.svg)](https://github.com/lawvs/yjs-playground/actions/workflows/build.yml)
The playground of [Yjs](https://docs.yjs.dev/).
diff --git a/index.html b/index.html
index 46fbf16..c9bf2c8 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
YDoc Playground
+ Yjs Playground
diff --git a/package.json b/package.json
index d42a977..af55c06 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "ydoc-playground",
+ "name": "yjs-playground",
"private": true,
"version": "0.0.0",
"type": "module",
diff --git a/src/components/preview-panel.tsx b/src/components/preview-panel.tsx
index 658f57d..3cdd640 100644
--- a/src/components/preview-panel.tsx
+++ b/src/components/preview-panel.tsx
@@ -34,7 +34,7 @@ export function PreviewPanel() {