Browse Source

Fix wording

Jordi Boggiano 13 years ago
parent
commit
fea164be53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -26,7 +26,7 @@
         "symfony/process": "2.1.*"
     },
     "suggest": {
-        "ext-zip": "Enabling the zip extension allows you to zip archives, and allows gzip compression of all internet traffic"
+        "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic"
     },
     "autoload": {
         "psr-0": { "Composer": "src/" }