diff --git a/README.md b/README.md
index 766f8bf..895834f 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ The following are the options specific to the plugin with their defaults whether
| Option | Type | Default |
|--------------|--------------------------------------------------------------------------------------------------------|------------------------------------------|
| filter | regular expression (in Go syntax) | /\.(s[ac]ss|css)$/
|
-| type | `"css"`
`"style"`
`"lit-css"`
`"css-text"`
`(css: string, nonce?: string) => string` | `"css"` |
+| type | `"css"`
`"style"`
`"lit-css"`
`"css-text"`
`(css:string,nonce?:string)=>string` | `"css"` |
| cache | boolean or Map | `true` (there is one Map per namespace) |
| transform | function | |
| loadPaths | [string[]](https://sass-lang.com/documentation/js-api/interfaces/Options#loadPaths) | [] |