From d663986201efe4ca4ae2cc2c04a6782d2febd350 Mon Sep 17 00:00:00 2001 From: Sidharth Kshatriya Date: Wed, 22 Jun 2016 01:51:21 +0530 Subject: [PATCH] Remove repeated text --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c715a9e1..f7a9b31d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The AMP PHP Library is an open source and pure PHP Library that: - The "correction" of the input HTML to make it more compliant with the AMP HTML standard is currently basic. The library does a decent job of _removing_ bad things but does not _add_ tags, attributes or property-value pairs where it could "fix" things - The library needs to be provided with well formed HTML / HTML5. Please don't give it faulty, incorrect html (e.g. non closed `
` tags etc). The correction it does is related to AMP HTML standard issues only. Use a HTML tidying library if you expect your HTML to be malformed. - Converts some non-amp elements to their AMP equivalents automatically - - A `` tag is automatically converted to an `` tag + - A `` tag is converted to an `` tag - A `