Skip to content

Commit ebd428a

Browse files
committed
fix: readme link
1 parent 1edd812 commit ebd428a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ yarn add react-tutorial-overlay
3131
```
3232

3333
```jsx
34-
import { TutorialOverlay, tutorial } from '../src';
34+
import { TutorialOverlay, tutorial } from "../src";
3535

3636
const App = () => {
3737
const handleClick = () => {
3838
tutorial.open([
3939
{
40-
targetIds: ['target1'],
41-
title: 'title',
42-
content: 'content',
40+
targetIds: ["target1"],
41+
title: "title",
42+
content: "content",
4343
},
4444
]);
4545
};
@@ -55,7 +55,7 @@ const App = () => {
5555

5656
## Documentation
5757

58-
- [Document](./document/index.md)
58+
- [Document](https://react-tutorial-overlay.vercel.app/docs)
5959

6060
## Contributing
6161

0 commit comments

Comments
 (0)