Browse Source

Upd readme

DarthSim 8 years ago
parent
commit
0ae8db82d4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -84,8 +84,8 @@ imgproxy is [Twelve-Factor-App](https://12factor.net/)-ready and can be configur
 
 
 imgproxy requires all URLs to be signed with a key and salt:
 imgproxy requires all URLs to be signed with a key and salt:
 
 
-* `IMGPROXY_KEY` - (**required**) hex-encoded key;
-* `IMGPROXY_SALT` - (**required**) hex-encoded salt;
+* `IMGPROXY_KEY`  (**required**) hex-encoded key;
+* `IMGPROXY_SALT`  (**required**) hex-encoded salt;
 
 
 You can also specify paths to files with a hex-encoded key and salt (useful in a development environment):
 You can also specify paths to files with a hex-encoded key and salt (useful in a development environment):
 
 
@@ -179,7 +179,7 @@ You can find helpful code snippets in the `examples` folder.
 
 
 ## Source image formats support
 ## Source image formats support
 
 
-imgproxy supports only the three most popular image formats of the moment: PNG, JPEG, GIF and WebP.
+imgproxy supports only the most popular image formats of the moment: PNG, JPEG, GIF and WebP.
 
 
 ## Special thanks
 ## Special thanks