diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-03 10:30:48 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-03 10:30:48 -0400 |
commit | a356576435e7da1998a3debe45006b9cddc01132 (patch) | |
tree | d84ad0b28c31b7e75ff3d4c1d8b91afc5b58ea83 | |
parent | 2ac07bcc5e5f60215af8a894e1d719161dcf3fe3 (diff) | |
download | zipstream-php-a356576435e7da1998a3debe45006b9cddc01132.tar.bz2 zipstream-php-a356576435e7da1998a3debe45006b9cddc01132.zip |
update README.mkd
-rw-r--r-- | README.mkd | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,8 +3,8 @@ ZipStream-PHP Overview -------- -ZipStream-PHP is a library that allows you to dynamically generate -streamed zip archives. +ZipStream is a library that allows you to dynamically generate streamed +zip archives. Here's an example: @@ -98,7 +98,7 @@ You can run the test suite via [Composer][composer] like so: License ------- -Copyright 2007-2018 Paul Duncan <pabs@pablotron.org> +Copyright 2007-2018 Paul Duncan ([pabs@pablotron.org][me]) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -123,3 +123,4 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [mit]: https://opensource.org/licenses/MIT [phpunit]: https://phpunit.de/ [phpdoc]: https://phpdoc.org/ +[me]: mailto:pabs@pablotron.org |