diff --git a/README.md b/README.md index 952f9be..6bb8c38 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Run the file minifier with **F1** `Minify`. Folders containing Javascript and CSS file can be minified to a single file (to `{dirname}.min.[css|js]`) with **F1** `Minify Directory`. It is acceptable to have a single directory minified for both Javascript and CSS. -Optionally runs minify on save when a matching minified file (and/or directory) already exists. Enalbe in your user or workspace settings. The setting defaults are shown below: +Optionally runs minify on save when a matching minified file (and/or directory) already exists. Enable in your user or workspace settings. The setting defaults are shown below: ```json "minify.minifyExistingOnSave": false,