diff --git a/README.md b/README.md index 3b079d6..8a1e9e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tailwind CSS WordPress Utility Classes -Tailwind CSS plugin for WordPress specific utility classes. +Tailwind CSS plugin for generating WordPress utility classes. This plugin currently includes: @@ -50,7 +50,7 @@ This plugin uses the keys `editorColorPalette` and `editorFontSizes` in your Tai }, }, plugins: [ - require('tailwindcss-wordpress')(), + require('@brettsmason/tailwindcss-wordpress')(), ], } ``` diff --git a/package.json b/package.json index 1d866f1..9f52102 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "tailwindcss-wordpress", + "name": "@brettsmason/tailwindcss-wordpress", "version": "0.1.0", "description": "Tailwind CSS plugin for WordPress specific utility classes.", "main": "index.js", @@ -9,7 +9,8 @@ "keywords": [ "tailwind", "tailwindcss", - "tailwindcss-plugin" + "tailwindcss-plugin", + "wordpress" ], "devDependencies": { "lodash": "^4.17.15"