Skip to content

Commit b4c56e9

Browse files
authored
✏️ Update docs
1 parent 67205e8 commit b4c56e9

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
@@ -3,7 +3,7 @@
33
[![npm version][npm badge]][npm url]
44
[![GitHub license][license badge]][license url]
55

6-
Add TailwindCSS utilities to override foreground fill color of text content, is especially useful to style autocompleted form fields with [tailwindcss-autofill] because `color` won't work.
6+
TailwindCSS utility to override foreground fill color of text content, is especially useful to style autocompleted form fields with [tailwindcss-autofill] because `color` won't work.
77

88
## Install
99

@@ -36,7 +36,7 @@ module.exports = {
3636
};
3737
```
3838

39-
Style your components `text-fill-{color}`, e.g. `text-fill-gray-100`, `text-fill-gray-200`, `text-fill-red-500`, etc.
39+
Style your components using `text-fill-{color}`, e.g. `text-fill-gray-100`, `text-fill-gray-200`, `text-fill-red-500`, etc.
4040

4141
```jsx
4242
<input className="text-fill-gray-900 dark:text-fill-gray-100" />

0 commit comments

Comments
 (0)