Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinulhaq committed Sep 17, 2018
1 parent 66d6363 commit c3dc4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ render(
)}
>
{({ getTriggerProps, triggerRef }) => (
<div
<span
{...getTriggerProps({
ref: triggerRef,
className: 'trigger'
/* your props here */
})}
>
Click Me!
</div>
</span>
)}
</TooltipTrigger>,
document.getElementById('root')
Expand Down

0 comments on commit c3dc4a2

Please sign in to comment.