From bf22ebbdc99ec49b2c91343a050e62183a40bc06 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 20 Feb 2020 14:12:04 +0000 Subject: [PATCH] Improve description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c77131e..bea6ca8 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Scraping *Libraries for scraping websites.* -* [DiDOM](https://github.com/Imangazaliev/DiDOM) - super fast HTML scrapper/parser (because it was build on top of plain PHP). +* [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super fast HTML scrapper and parser. * [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page. * [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper. * [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.