diff --git a/README.md b/README.md index a286042a..1d8d78ff 100644 --- a/README.md +++ b/README.md @@ -865,7 +865,7 @@ Supported engines: | javascript: | none | Shortcut | Shortcut to embed javascript code and wrap in script tag | | css: | none | Shortcut | Shortcut to embed css code and wrap in style tag | | sass: | sass | Compile time | Embed sass code and wrap in style tag | -| scss: | sass | Compile time | Embedd scss code and wrap in style tag | +| scss: | sass | Compile time | Embed scss code and wrap in style tag | | less: | less | Compile time | Embed less css code and wrap in style tag | | styl: | styl | Compile time | Embed stylus css code and wrap in style tag | | coffee: | coffee-script | Compile time | Compile coffee script code and wrap in script tag |