Skip to content

Commit c0570a6

Browse files
committed
fix README typo
1 parent c4a1a71 commit c0570a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Each function takes an options object, as follows:
8989

9090
``` js
9191
import cytoscape from 'cytoscape';
92-
import popper from 'cytoscape-popper';
92+
import cytoscapePopper from 'cytoscape-popper';
9393
import {computePosition} from '@floating-ui/dom';
9494

9595
function popperFactory(ref, content, opts) {
@@ -250,7 +250,7 @@ See popperFactory examples to save backward-compatibility with v2
250250

251251
## Typescript
252252

253-
This extension export empty `PopperInstance` and `PopperOptions` interfaces allows to extend them according to the final Popper implementation.
253+
This extension exports empty `PopperInstance` and `PopperOptions` interfaces allows to extend them according to the final Popper implementation.
254254

255255
`@floating-ui` example:
256256
```ts

0 commit comments

Comments
 (0)