Skip to content

Commit

Permalink
docs: ✏️ add can add to example
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Jun 22, 2020
1 parent a7d0798 commit 0ca5b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const AppContent = () => {
const iconProps = { size: 40, color: '#888' }

// Use Hooks to control!
const { start, stop, eventEmitter } = useTourGuideController()
const { start, stop, eventEmitter, canStart } = useTourGuideController()

// Can start at mount 🎉
React.useEffect(() => {
Expand Down

0 comments on commit 0ca5b73

Please sign in to comment.