diff --git a/README.md b/README.md index 15811c4..d4e55c2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add the plugin to the `plugins` array in your Tailwind configuration file `(tail ```javascript plugins: [ - require('tailwindcss-textShadow')() + require('tailwindcss-textShadow') ] ```