Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Nov 9, 2024
1 parent 013aa6c commit 9bfb4f1
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 @@ -102,7 +102,7 @@ In the following example, there is a show delay of `300`ms before a tooltip will
<summary>Example</summary>

```handlebars
{{! application.hbs }}
{{! application.gjs }}
<LinkTo @route='user' @model={{123}}>
Preview user
<UserTooltip @id={{123}} />
Expand All @@ -111,7 +111,7 @@ In the following example, there is a show delay of `300`ms before a tooltip will
````
```handlebars
{{! user-tooltip.hbs }}
{{! user-tooltip.gjs }}
<Tooltip @showDelay={{300}} @onLoad={{fn this.loadUser @id}} as |tooltip|>
{{tooltip.data.user.name}}
</Tooltip>
Expand Down

0 comments on commit 9bfb4f1

Please sign in to comment.