Skip to content

Commit

Permalink
Fixed an issue in README where a code block wasn't being closed
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Holmes authored and surminus committed Aug 11, 2023
1 parent b5b932f commit e184c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ space.enter({

// Publish locationUpdate event with a client's location when they select a UI element
space.locations.set({ slide: '3', component: 'slide-title' });
```

The following is an example `locationUpdate` event received by subscribers when a user changes location:

Expand Down

0 comments on commit e184c6c

Please sign in to comment.