hotfix: brackets in components/README.md
This commit is contained in:
parent
adb3b335ce
commit
615051d1c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user