diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-03 10:17:15 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-03 10:17:15 -0400 |
commit | 2ac07bcc5e5f60215af8a894e1d719161dcf3fe3 (patch) | |
tree | c4d65af0cb9a2203217699065104faba3be292d3 | |
parent | 1fbf6c466dc01d63ba119e4614ef9190ee9d87ff (diff) | |
download | zipstream-php-2ac07bcc5e5f60215af8a894e1d719161dcf3fe3.tar.bz2 zipstream-php-2ac07bcc5e5f60215af8a894e1d719161dcf3fe3.zip |
README fixes
-rw-r--r-- | README.mkd | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ -ZipStream-PHP 0.3.0 -=================== +ZipStream-PHP +============= Overview -------- @@ -56,9 +56,9 @@ Installation ### Using [Composer][composer] # in your project root - composer require pablotron/zipstream + composer require pablotron/zipstream:~0.3 -Or add it to your top-level `composer.json`, like so: +Or add it to the `composer.json` for your project, like so: "require": { "pablotron/zipstream": "~0.3" |