Skip to content

Commit

Permalink
Merge pull request #28 from glensc/patch-1
Browse files Browse the repository at this point in the history
readme: fix markdown rendering on github
  • Loading branch information
Christoph Singer committed Jan 28, 2019
2 parents 2e699e8 + 5d0de43 commit dbefacd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Requirements
Installation
------------

- using [composer] (http://getcomposer.org): `composer require wa72/htmlpagedom`
- using [composer](http://getcomposer.org): `composer require wa72/htmlpagedom`

- using other [PSR-4] (http://www.php-fig.org/psr/psr-4/) compliant autoloader:
- using other [PSR-4](http://www.php-fig.org/psr/psr-4/) compliant autoloader:
clone this project to where your included libraries are and point your autoloader to look for the
"\Wa72\HtmlPageDom" namespace in the "src" directory of this project

Expand Down Expand Up @@ -201,8 +201,8 @@ History
When I discovered how easy it was to modify HTML documents using jQuery I looked for a PHP library providing similar
possibilities for PHP.

Googling around I found [SimpleHtmlDom] (http://simplehtmldom.sourceforge.net)
and later [Ganon] (http://code.google.com/p/ganon) but both turned out to be very slow. Nevertheless I used both
Googling around I found [SimpleHtmlDom](http://simplehtmldom.sourceforge.net)
and later [Ganon](http://code.google.com/p/ganon) but both turned out to be very slow. Nevertheless I used both
libraries in my projects.

When Symfony2 appeared with it's DomCrawler and CssSelector components I thought:
Expand Down

0 comments on commit dbefacd

Please sign in to comment.