diff --git a/README.md b/README.md index b180a23cd..1882f7f56 100644 --- a/README.md +++ b/README.md @@ -98,12 +98,6 @@ To scan your full git history, run: infisical scan --verbose ``` -To scan your uncommitted git changes, run: - -``` -infisical scan git-changes --verbose -``` - Install pre commit hook to scan each commit before you push to your repository ```