From 2479c243f92e21f81aa1caba7623b556ed990243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Cort=C3=A9s?= <477473+davebcn87@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:47:38 +0100 Subject: [PATCH] Updated docs to the new format --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ccb26f5..158036b1 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ if (typeof window !== 'undefined') { - `scan(options)`: Imperative API to start scanning - `useScan(options)`: Hook API to start scanning - `withScan(Component, options)`: Useful if you only want to scan a specific component +- `printReport(componentNames)`: Prints a detailed report in the console for the given components ## Why React Scan?