From 0ca5b739d6dbac5fece0c549ae15b78e6f9d3d8f Mon Sep 17 00:00:00 2001 From: Xavier Carpentier Date: Mon, 22 Jun 2020 21:09:35 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20add=20can=20add=20?= =?UTF-8?q?to=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16ec620a6..5ad3ee649 100644 --- a/README.md +++ b/README.md @@ -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(() => {