From 34a285b2775a5d4084246db0188f13eb4a0a35ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 5 Oct 2018 17:24:47 -0300 Subject: [PATCH] Typo on paragraph #18. URLs updated --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 616083a..bf36264 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,17 @@ PHPePub allows a php script to generate ePub Electronic books on the fly, and se PHPePub support most of the ePub 2.01 specification, and enough of the new ePub3 specification to make valid ePub 3 books as well. The projects is also hosted on PHPClasses.org at the addresses: -http://www.phpclasses.org/package/6115 +https://www.phpclasses.org/package/6115-PHP-Create-ebook-in-EPUB-format-for-ex-Apple-iPad.html PHPePub is meant to be easy to use for small projects, and still allow for comples and complete e-books should the need arise. -The Zip.php class in this project originates from http://www.phpclasses.org/package/6110 +The Zip.php class in this project originates from https://www.phpclasses.org/package/6110-PHP-Create-archives-of-compressed-files-in-ZIP-format.html -or on Github: git://github.com/Grandt/PHPZip.git - -See the examples for example usage. The php files have "some" doumentation in them in the form of Javadoc style function headers. +or on Github: +``` +git://github.com/Grandt/PHPZip.git +``` +See the examples for example usage. The php files have "some" documentation in them in the form of Javadoc style function headers. ## Installation