diff --git a/README.md b/README.md index d9919426..8ee737bb 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ The following is an example `membersUpdate` event received by listeners when a u ### Location -Member locations enable you to track where users are within an application. A location could a form field, multiple cells in a spreadsheet or a slide in a slide deck editor. Subscribe to all location updates, specific location, or locations changes for a given member. +Member locations enable you to track where users are within an application. A location could be a form field, multiple cells in a spreadsheet or a slide in a slide deck editor. Subscribe to all location updates, specific location, or locations changes for a given member. ```ts // Register a listener to subscribe to events of when users change location @@ -209,4 +209,4 @@ The above listener will receive a `CursorUpdate` event: "position": { "x": 864, "y": 32 }, "data": { "color": "red" } } -``` \ No newline at end of file +```