Skip to content

Commit 24d924f

Browse files
authored
Merge pull request #97 from cunneen/patch-1
2 parents 1d64cfc + 53a05f4 commit 24d924f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ If for some reasons you need to use the [Intro.js API](http://introjs.com/docs/)
183183
```js
184184
<Hints
185185
enabled={hintsEnabled}
186-
steps={hints}
186+
hints={hints}
187187
ref={hints => (this.hints = hints)}
188188
/>
189189
```

0 commit comments

Comments
 (0)