hotfix: brackets in components/README.md

This commit is contained in:
Quinn Dougherty 2022-04-30 14:10:01 -04:00
parent adb3b335ce
commit 615051d1c6

View File

@ -17,7 +17,7 @@ Add to `App.js`:
```jsx
import { SquiggleEditor } from "@quri/squiggle-components";
<SquiggleEditor initialSquiggleString="x = beta($alpha, 10); x + $shift" jsImports={alpha: 3, shift: 20} />;
<SquiggleEditor initialSquiggleString="x = beta($alpha, 10); x + $shift" jsImports={{alpha: 3, shift: 20}} />;
```
# Build storybook for development