Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Jul 31, 2023
1 parent f3bd2f9 commit 29053c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ final class AspectRatio implements Shorthand
}
```

If you then add the shorthand to the extension, you can use attributes like `{min-aspect:8/5}` and `{max-aspect:3/2}` on
If you then add the shorthand to the extension, you can use attributes like `{min-aspect=8/5}` and `{max-aspect=3/2}` on
images in your Markdown.

> **Note:** You can implement the `\Sven\CommonMark\ImageMediaQueries\Shorthands\ConfigurationAwareShorthand` interface
Expand Down

0 comments on commit 29053c5

Please sign in to comment.