chore: updates README

This commit is contained in:
Mark Mankarious 2023-03-23 22:39:13 +00:00
parent 71ea97b6b2
commit 5e1bff091d

View file

@ -53,6 +53,14 @@ const App = () => (
)
```
If using Next.js, make sure you only import Isoflow in the browser:
```
const Isoflow = dynamic(() => import("isoflow"), {
ssr: false,
});
```
## License
Isoflow is MIT licensed (see ./LICENSE).