From 685ce00f6ba8ebbae4934bfa9464b7962b6a3cc6 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 14 Oct 2023 12:51:48 +0200 Subject: [PATCH] chore: update config section in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";