Skip to content

Commit c25fb5f

Browse files
committed
update README
1 parent 788fce5 commit c25fb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This Tailwind plugin implements the [CSS :first-line pseudo-element](https://dev
55
## Installation
66

77
```bash
8-
npm install tailwindcss-first-line
8+
npm install --save-dev tailwindcss-first-line
99
```
1010

1111
or
1212

1313
```bash
14-
yarn add tailwindcss-first-line
14+
yarn add -D tailwindcss-first-line
1515
```
1616

1717
## Usage

0 commit comments

Comments
 (0)