Skip to content

Commit 8a24d08

Browse files
author
iunteq
committed
Correction in README file
1 parent 5fbeba5 commit 8a24d08

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
package-lock.json
33
yarn.lock
44
npm-debug.log
5-
yarn-error.log
5+
yarn-error.log
6+
*.log

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ A Utility Plugins for Text Shadow like Tailwindcss default boxshadow with theme
66

77
#### Yarn
88
```
9-
yarn add tailwindcss-textShadow --dev
9+
yarn add tailwindcss-textshadow --dev
1010
```
1111
#### npm
1212
```
13-
npm i --save-dev tailwindcss-textShadow
13+
npm i --save-dev tailwindcss-textshadow
1414
```
1515
## Add following changes in tailwind.config.js
1616

0 commit comments

Comments
 (0)