diff --git a/README.md b/README.md
index 54d6a71..e960635 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,6 @@ This repository contains various modifications of grep, as well as analogues of
| FQGREP | Grep for FASTQ (text-based format for storing both a biological sequence) files | https://github.com/fulcrumgenomics/fqgrep |
| Searchdb |Search tool that will go faster than grep -r optimize for Windows | https://github.com/Termux1337/Searchdb |
| Vgrep |Pager for grep, git-grep, ripgrep and similar grep implementations, and allows for opening the indexed file locations in a user-specified editor such as vim or emacs | https://github.com/vrothberg/vgrep |
-| Astgrep | A fast and easy tool for code searching, linting, rewriting at large scale. Written in Rust | https://github.com/HerringtonDarkholme/ast-grep |
| Wordpress-grep | A Perl tool to search through a WordPress database | https://github.com/briandfoy/wordpress-grep |
| Ytgrep | A tool for quick text search of subtitles in YouTube videos. Supports regular expressions and searching across multiple videos. | https://pypi.org/project/ytgrep/ |
| CloudGrep | Searching log files, optionally compressed with gzip (.gz) or zip (.zip), in AWS S3, Azure Storage or Google Cloud Storage. | https://github.com/cado-security/cloudgrep |