From 8b03c9136e182954ccfc5a35b0a73cf7f59b6f17 Mon Sep 17 00:00:00 2001 From: rafkub <86857272+rafkub@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:41:33 +0000 Subject: [PATCH] Update README.md - debug extension Typo fix and additional tip regarding Chrome Devtools Console. --- src/debug/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/debug/README.md b/src/debug/README.md index 3b92157..3f53d16 100644 --- a/src/debug/README.md +++ b/src/debug/README.md @@ -1,5 +1,5 @@ -This extension includes log all htmx events for the element it is on, either through the `console.debug` function +This extension includes log of all htmx events for the element it is on, either through the `console.debug` function or through the `console.log` function with a `DEBUG:` prefix. ## Install @@ -13,3 +13,5 @@ or through the `console.log` function with a `DEBUG:` prefix. ```html ``` +### Note +To see logs in Chrome DevTools > Console tab, turn on Verbose level in its _All levels_ dropdown.