Browse Source

Update docs

DarthSim 6 years ago
parent
commit
ccc22e45eb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/generating_the_url_advanced.md
  2. 1 1
      docs/generating_the_url_basic.md

+ 1 - 1
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).
 

+ 1 - 1
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).