Update awareness.md

This commit is contained in:
ThisDavidRichard 2024-03-12 21:01:45 +01:00 committed by GitHub
parent 2881a3949a
commit 3370bfae5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,6 @@ provider.setAwarenessField("user", {
// Share any information you like
name: "Kevin James",
color: "#ffcc00",
mouseX: event.clientX,
mouseY: event.clientY,
});
```