From 21ce68f308a0aef0ed628f1709b4437e7d9c6907 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 25 Jun 2020 15:39:45 -0500 Subject: [PATCH] Attempt to newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0d3e2a..b55fd06 100644 --- a/README.md +++ b/README.md @@ -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 ```