Attempt to newline

This commit is contained in:
asonix 2020-06-25 15:39:45 -05:00
parent 3e7fc95144
commit 21ce68f308

View file

@ -110,6 +110,7 @@ pict-rs offers four endpoints:
- `identity=true`: apply no changes
- `blur={float}`: apply a gaussian blur to the file
- `thumbnail={int}`: produce a thumbnail of the image fitting inside an `{int}` by `{int}` square
Supported `ext` file extensions include `png`, `jpg`, and `webp`
An example of usage could be
```