diff --git a/README.md b/README.md index 60475b9..00ae6cd 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ NavigationView { **❌ Avoid on leaf views:** ```swift -// Don't do this - too much noise +// Avoid - creates excessive log output Text("Button").debugScan("ButtonText") ``` -** Recommended targets:** +**Recommended targets:** - Screen root views - Major container views - Complex custom components