We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdc1849 + 76b9554 commit 06d330cCopy full SHA for 06d330c
1 file changed
packages/flowtip-core/README.md
@@ -8,7 +8,7 @@ FlowTip has 3 required config values (`target`, `content`, and `bounds` as [DOMR
8
9
```js
10
const config = {
11
- rect: {top: 10, left: 100, width: 100, height: 20},
+ target: {top: 10, left: 100, width: 100, height: 20},
12
content: {width: 250, height: 200},
13
bounds: {top: 0, left: 0, width: 1200, height: 800},
14
// Optional config values.
0 commit comments