diff --git a/README.md b/README.md
index 2c1b9e4..2e2c610 100644
--- a/README.md
+++ b/README.md
@@ -377,6 +377,7 @@ Only main chapters:
commander.js - minimal CLI creator in JavaScript.
gron - make JSON greppable!
bed - binary editor written in Go.
+ w2vgrep - A semantic grep tool using word embeddings to find semantically similar matches rather than keyword matches. e.g., searching for "death" will find "dead", "killing", "murder".