aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-11-05 16:09:52 +0000
committerGithub Actions <actions@github>2023-11-05 16:09:52 +0000
commit0d43691a092bd8c81f617a99519dde4b2f19fdf2 (patch)
treeb24f308dfeb2c4ba051e3baf04c9cbbe435cacd9 /README.md
parentbfa69a942e19159d3a3e958a5be85cb7cdae19a7 (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb43072..c783476 100644
--- a/README.md
+++ b/README.md
@@ -176,7 +176,7 @@ You can view this list in vim with `:help conform-formatters`
<!-- FORMATTERS -->
- [alejandra](https://kamadorueda.com/alejandra/) - The Uncompromising Nix Code Formatter.
-- [astgrep](https://ast-grep.github.io/) - A CLI tool for code structural search, lint and rewriting. Written in Rust
+- [ast-grep](https://ast-grep.github.io/) - A CLI tool for code structural search, lint and rewriting. Written in Rust
- [astyle](https://astyle.sourceforge.net/astyle.html) - A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code.
- [autoflake](https://github.com/PyCQA/autoflake) - Removes unused imports and unused variables as reported by pyflakes.
- [autopep8](https://github.com/hhatto/autopep8) - A tool that automatically formats Python code to conform to the PEP 8 style guide.