diff --git a/README.md b/README.md index fbbe1da..e1c03f4 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ npm run dev ## McFly config -To tell McFly you want to use components, pass `registerComponents()` as `onBuild` one callback +To tell McFly you want to use components, pass `registerComponents()` as one of the `onBuild` callbacks in mcfly.config.ts ```js import registerComponents from "./packages/register-components";