We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edd812 commit ebd428aCopy full SHA for ebd428a
1 file changed
README.md
@@ -31,15 +31,15 @@ yarn add react-tutorial-overlay
31
```
32
33
```jsx
34
-import { TutorialOverlay, tutorial } from '../src';
+import { TutorialOverlay, tutorial } from "../src";
35
36
const App = () => {
37
const handleClick = () => {
38
tutorial.open([
39
{
40
- targetIds: ['target1'],
41
- title: 'title',
42
- content: 'content',
+ targetIds: ["target1"],
+ title: "title",
+ content: "content",
43
},
44
]);
45
};
@@ -55,7 +55,7 @@ const App = () => {
55
56
## Documentation
57
58
-- [Document](./document/index.md)
+- [Document](https://react-tutorial-overlay.vercel.app/docs)
59
60
## Contributing
61
0 commit comments