Skip to content

Commit ae852e3

Browse files
Fix README example
1 parent b33f2c6 commit ae852e3

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
@@ -56,7 +56,7 @@ have to provide styles and markup for the tooltip to be displayed. You may use d
5656
```jsx
5757
import React from 'react';
5858
import TooltipTrigger from "react-popper-tooltip";
59-
import 'react-popper-tooltip/styles.css';
59+
import 'react-popper-tooltip/dist/styles.css';
6060

6161
const Tooltip = ({ tooltip, children, ...props }) => (
6262
<TooltipTrigger

0 commit comments

Comments
 (0)