Skip to content

Commit eaa4426

Browse files
readme correction
1 parent 785528d commit eaa4426

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
@@ -55,7 +55,7 @@ import 'css-only-tooltip/dist/styles.min.css';
5555
```
5656
Now, add the text in the `data` attribute in the child components.
5757
```jsx
58-
<data-css-only-tooltip="Hello from tooltip">Hover on me to see the tooltip</span>
58+
<span data-css-only-tooltip="Hello from tooltip">Hover on me to see the tooltip</span>
5959
```
6060
## Customization
6161
There are customization options provided.

0 commit comments

Comments
 (0)