Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: fix markdown rendering on github #28

Merged
merged 1 commit into from
Jan 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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