Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsmason authored Aug 12, 2019
1 parent 037d7c7 commit bcb5b24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ This plugin currently includes:

```bash
# Using npm
npm install tailwindcss-wordpress --save-dev
npm install @brettsmason/tailwindcss-wordpress --save-dev

# Using Yarn
yarn add tailwindcss-wordpress -D
yarn add @brettsmason/tailwindcss-wordpress -D
```

2. Add it to your `tailwind.config.js` file:
Expand All @@ -27,7 +27,7 @@ This plugin currently includes:
module.exports = {
// ...
plugins: [
require('tailwindcss-wordpress')
require('@brettsmason/tailwindcss-wordpress')
]
}
```
Expand All @@ -53,4 +53,4 @@ This plugin uses the keys `editorColorPalette` and `editorFontSizes` in your Tai
require('tailwindcss-wordpress')(),
],
}
```
```

0 comments on commit bcb5b24

Please sign in to comment.