Skip to content

Commit

Permalink
Mistake / typo in usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyJames committed Aug 15, 2021
1 parent 1a6994d commit b9f02f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer-party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const GuestComponent = ({ roomId }) => {
}

const HostComponent = ({ roomId }) => {
const { state, moves } = usePartyHost({ roomId, game: MyGame });
const { state, moves } = usePartyHost({ roomId, game: MyGameRules });
return (
<div>
<h1>{state.title}</h1>
Expand Down

0 comments on commit b9f02f0

Please sign in to comment.