Update README.md

remove unused import
This commit is contained in:
Felix Roos 2022-06-16 14:11:25 +02:00 committed by GitHub
parent 729b4e18ab
commit badc4bcc2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ npm i @strudel.cycles/eval --save
```js
import { evaluate, extend } from '@strudel.cycles/eval';
import * as strudel from '@strudel.cycles/core';
evalScope(
import('@strudel.cycles/core'),