From ccc22e45ebca3615290760df0601537da27d23dd Mon Sep 17 00:00:00 2001 From: DarthSim Date: Sun, 2 Dec 2018 19:17:19 +0600 Subject: [PATCH] Update docs --- docs/generating_the_url_advanced.md | 2 +- docs/generating_the_url_basic.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generating_the_url_advanced.md b/docs/generating_the_url_advanced.md index 200a3d0f..70ce8376 100644 --- a/docs/generating_the_url_advanced.md +++ b/docs/generating_the_url_advanced.md @@ -281,7 +281,7 @@ When using encoded source URL, you can specify the [extension](#extension) after #### Extension -Extension specifies the format of the resulting image. At the moment, imgproxy supports only `jpg`, `png`, `webp`, and `gif`, them being the most popular and useful image formats on the Web. +Extension specifies the format of the resulting image. At the moment, imgproxy supports only `jpg`, `png`, `webp`, `gif`, and `ico`, them being the most popular and useful image formats on the Web. **Note:** Read about GIF support [here](./image_formats_support.md#gif-support). diff --git a/docs/generating_the_url_basic.md b/docs/generating_the_url_basic.md index 97012d8f..78783014 100644 --- a/docs/generating_the_url_basic.md +++ b/docs/generating_the_url_basic.md @@ -87,7 +87,7 @@ When using encoded source URL, you can specify the [extension](#extension) after #### Extension -Extension specifies the format of the resulting image. At the moment, imgproxy supports only `jpg`, `png`, `webp`, and `gif`, them being the most popular and useful image formats on the Web. +Extension specifies the format of the resulting image. At the moment, imgproxy supports only `jpg`, `png`, `webp`, `gif`, and `ico`, them being the most popular and useful image formats on the Web. **Note:** Read about GIF support [here](./image_formats_support.md#gif-support).