diff --git a/packages/core/README.md b/packages/core/README.md index eec808ac3..30cab634d 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -295,7 +295,7 @@ export interface BoxShape extends TLShape { ### Component -Next, use `TLShapeUtil.Indicator` to create a second component for your shape's `Component`. The `Renderer` will use this component to display the shape on the canvas. +Next, use `TLShapeUtil.Component` to create a second component for your shape's `Component`. The `Renderer` will use this component to display the shape on the canvas. ```tsx // BoxComponent.ts