diff --git a/README.md b/README.md
index 8c0a808..07f12e8 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,6 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
     path: |
       ~/cache
       !~/cache/exclude
-      **/node_modules
     key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
 ```