Skip to content

Commit 2442374

Browse files
authored
Merge pull request symfony#5 from bendavies/patch-1
fix typos in readme
2 parents 8833ade + 6640c95 commit 2442374

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Panthère
2-
**A browser testing and web scrapping library for [PHP](https://php.net) and [Symfony](https://symfony.com)**
2+
**A browser testing and web scraping library for [PHP](https://php.net) and [Symfony](https://symfony.com)**
33

44
*Panthère* is a convenient standalone library to scrape websites and to run end to end tests **using real browsers**.
55

@@ -15,7 +15,7 @@ Keep in mind that Panthère doesn't depend of Symfony, it's a standalone library
1515
Because Panthère automatically finds your local installation of Chrome and launches it (thanks to [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)),
1616
you don't have anything to install on your computer: no Selenium server nor obscure driver.
1717
In test mode, Panthère automatically starts your application using [the PHP built-in web-server](http://php.net/manual/en/features.commandline.webserver.php).
18-
Focus on writing your tests or web-scrapping scenario, Panthère takes care of everything else.
18+
Focus on writing your tests or web-scraping scenario, Panthère takes care of everything else.
1919

2020
## Install
2121

@@ -78,7 +78,7 @@ services. Unlike the Panthère's client, the Symfony's testing client doesn't su
7878
it is super-fast!
7979

8080
Alternatively (and even for non-Symfony apps), Panthère can also leverage the [Goutte](https://github.com/FriendsOfPHP/Goutte)
81-
web scrapping library. Goutte is an intermediate between the Symfony's test client and the Panthère one: it sends real HTTP
81+
web scraping library. Goutte is an intermediate between the Symfony's test client and the Panthère one: it sends real HTTP
8282
requests, is fast and can browse any webpage, not only the ones of the application under test.
8383
But, because it is entirely written in PHP, Goutte doesn't support JavaScript and other advanced features.
8484

@@ -113,7 +113,7 @@ class E2eTest extends PanthereTestCase
113113

114114
## Features
115115

116-
Unlike testing and web scrapping libraries you're used to, Panthère:
116+
Unlike testing and web scraping libraries you're used to, Panthère:
117117

118118
* executes the JavaScript code contained in webpages
119119
* supports all everything that Chrome (or Firefox) implements
@@ -133,7 +133,7 @@ Because Panthère implements the API of popular, it already has an extensive doc
133133

134134
## Travis CI Integration
135135

136-
Panthère will work out of the box with Travis until you add the Chrome addon. Here is a minimal `.travis.yml` file to run
136+
Panthère will work out of the box with Travis if you add the Chrome addon. Here is a minimal `.travis.yml` file to run
137137
Panthère tests:
138138

139139
```yaml

0 commit comments

Comments
 (0)