Update README.md

This commit is contained in:
Steve Ruiz 2021-11-18 14:06:05 +00:00
parent 6af6cfb617
commit 9158666a09

View file

@ -70,7 +70,7 @@ function App() {
return (<Renderer
page={page}
pageState={pageState}
shapeUtils={myShapes}
shapeUtils={shapeUtils}
/>)
}
```