diff --git a/README.md b/README.md index 2e914a5..4849679 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ 4. The new VSIX file will be created in the `bin/` directory 5. Commit the new VSIX file to git: ```bash - git add --all + git add bin/*.vsix git commit -m "chore: update VSIX to version " ```