Fix typo in README

Fixes #470
This commit is contained in:
Greg Van Liew 2020-07-25 15:10:44 -07:00 committed by GitHub
parent f61ae38395
commit b95a11bf0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
`vsce` is meant to be mainly used as a command line tool. It can also be used a library since it exposes a small [API](https://github.com/microsoft/vscode-vsce/blob/master/src/api.ts).
> **Warning:** When using vsce as a library be sure to sanitize any user input used in API calls, as a security measurement.
> **Warning:** When using vsce as a library be sure to sanitize any user input used in API calls, as a security measure.
## Development