Skip to content

Commit 4bec005

Browse files
Update README
1 parent 3642149 commit 4bec005

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ Here's a complete list of available element modifiers:
188188
| `prose-td:{utility}` | `td` |
189189
| `prose-img:{utility}` | `img` |
190190
| `prose-picture:{utility}` | `picture` |
191-
| `prose-images:{utility}` | `img`, `picture` |
192191
| `prose-video:{utility}` | `video` |
193192
| `prose-hr:{utility}` | `hr` |
194193

@@ -347,9 +346,9 @@ See our internal [style definitions](https://github.com/tailwindlabs/tailwindcss
347346
If you need to use a class name other than `prose` for any reason, you can do so using the `className` option when registering the plugin:
348347

349348
```css
350-
@import "tailwindcss";
349+
@import 'tailwindcss';
351350
@plugin "@tailwindcss/typography" {
352-
className: wysiwyg;
351+
classname: wysiwyg;
353352
}
354353
```
355354

0 commit comments

Comments
 (0)