Skip to content

Commit

Permalink
📝 update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdorn authored Mar 7, 2021
1 parent 90ad1c6 commit 79f6cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ This plugin exposes a class that hides the browser's default scrollbar using var

## Installation
```bash
npm install --save-dev @rwc/tailwindcss-no-scrollbar
npm install --save-dev @redwebcreation/tailwindcss-no-scrollbar
```
or
```bash
yarn add -D @rwc/tailwindcss-no-scrollbar
yarn add -D @redwebcreation/tailwindcss-no-scrollbar
```

## Usage
````js
// tailwind.config.js
module.exports = {
plugins: [
require('@rwc/tailwindcss-no-scrollbar')
require('@redwebcreation/tailwindcss-no-scrollbar')
]
}
````
Expand Down

0 comments on commit 79f6cf7

Please sign in to comment.