We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1444c4b commit 90dc8f2Copy full SHA for 90dc8f2
README.md
@@ -37,8 +37,9 @@ vendor/patrick-maynard/audit-class-generator/apply.php
37
38
Then view the source of the page you want to debug in a browser.
39
40
-You'll see that any tag that already had a "class" attribute now has a unique
41
-class that looks something like `audit_34f39d` or such appended to the class list.
+You'll see that any tag that already had a "class" attribute now has a unique,
+pseudorandom class that looks something like `audit_34f39d` or such appended
42
+to the class list.
43
44
Just grep for that audit class, and you'll find the Twig template you want in a jiffy.
45
0 commit comments