From 78d0e72af811abb7751233884f1c37e38669f857 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 7 Jun 2020 12:57:36 -0500 Subject: [PATCH] Formatting --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37f9d722..351baeb1 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,11 @@ pict-rs offers four endpoints: - `identity`: apply no changes - `blur{float}`: apply a gaussian blur to the file - `{int}`: produce a thumbnail of the image fitting inside an `{int}` by `{int}` square - An example of usage could be `GET /image/256/blur3.0/asdf.png`, which would create a 256x256px + An example of usage could be + ``` + GET /image/256/blur3.0/asdf.png + ``` + which would create a 256x256px thumbnail and blur it - `DELETE /image/{delete_token}/{file}` to delete a file, where `delete_token` and `file` are from the `/image` endpoint's JSON