Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Siewertsen authored Mar 8, 2021
1 parent 5985ef4 commit 1f28fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There might be cases, if for example using [TailwindCss](https://tailwindcss.com

```php
// config/markdown.php
'style' => [
'styles' => [
'default' => [
'h1' => 'text-2xl',
'p' => 'mb-2',
Expand All @@ -55,7 +55,7 @@ Define multiple styles in your config, so you can switch between them and use di

```php
// config/markdown.php
'style' => [
'styles' => [
'default' => [
'h1' => 'text-2xl',
'p' => 'mb-2',
Expand Down

0 comments on commit 1f28fc7

Please sign in to comment.