docs: update README.md

audting -> auditing
This commit is contained in:
Ikko Eltociear Ashimine 2025-03-12 04:08:44 +09:00 committed by GitHub
parent b170b7f5a3
commit b68644db0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ Coding agents like Cursor can run these audits against the current page seamless
| **SEO** | Evaluates on-page SEO factors (like metadata, headings, and link structure) and suggests improvements for better search visibility. |
| **Best Practices** | Checks for general best practices in web development. |
| **NextJS Audit** | Injects a prompt used to perform a NextJS audit. |
| **Audit Mode** | Runs all audting tools in a sequence. |
| **Audit Mode** | Runs all auditing tools in a sequence. |
| **Debugger Mode** | Runs all debugging tools in a sequence. |
---