Skip to content

Commit 3a52883

Browse files
authored
Update Readme. Fixes #43
1 parent cbd4cd5 commit 3a52883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Make sure, `node_modules` is included in the `includePaths` setting. You can the
7979

8080
Using the tooltip is incredibly simple. Simply add a `aria-label` and `role="tooltip"` attribute to the element on which you want the tooltip to appear. The tooltip message is the attribute value `aria-label="your message"`. This along with a position modifier is all you need to get going. Example:-
8181
```html
82-
<button aria-label="Hey tooltip!" data-microtip-position="up" role="tooltip">
82+
<button aria-label="Hey tooltip!" data-microtip-position="top" role="tooltip">
8383
```
8484

8585
### Position Modifiers

0 commit comments

Comments
 (0)