diff --git a/README.md b/README.md index 2a636f93c335b9db07aafd50987de80e386caa2d..f766281b17269168b2bfc6fd931b1652b0f3e241 100755 --- a/README.md +++ b/README.md @@ -6,12 +6,6 @@ **[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)** HTML autocompletion -## Requirements - -This extension requires: -* a `tailwind.config.js` file to be [present in your project folder](https://github.com/bradlc/vscode-tailwindcss/blob/master/package.json#L26). You can create it with `npx tailwind init`. -* `tailwindcss` to be installed (present in project `node_modules/`) - ## Features Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type.