Skip to content

Commit c18854b

Browse files
authored
Merge pull request #13 from Lullabot/FiX-Readme
Update README.md
2 parents 55fb15b + b695c8c commit c18854b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
This package is a fork of instaclick/php-webdriver that works with newer
22
versions of Selenium.
33

4-
# WebDriver for Selenium 2
5-
This WebDriver client implementation is based on Meta/Facebook's original [php-webdriver](https://github.com/instaclick/php-webdriver/tree/upstream)
4+
# WebDriver for Selenium 4
5+
This WebDriver client implementation is based on Meta/Facebook's original [php-webdriver](https://github.com/lullabot/php-webdriver/tree/upstream)
66
project by Justin Bishop. Meta/Facebook's current [php-webdriver](https://github.com/php-webdriver/php-webdriver) is a complete rewrite.
77

88
Distinguishing features:
@@ -12,13 +12,10 @@ Distinguishing features:
1212
* Coding style follows PSR-1, PSR-2, and Symfony2 conventions.
1313
* Auto-generate API documentation via [phpDocumentor 2.x](http://phpdoc.org/).
1414

15-
[![Latest Stable Version](https://poser.pugx.org/instaclick/php-webdriver/v/stable.png)](https://packagist.org/packages/instaclick/php-webdriver)
16-
[![Total Downloads](https://poser.pugx.org/instaclick/php-webdriver/downloads.png)](https://packagist.org/packages/instaclick/php-webdriver)
15+
[![Latest Stable Version](https://poser.pugx.org/lullabot/php-webdriver/v/stable.png)](https://packagist.org/packages/lullabot/php-webdriver)
16+
[![Total Downloads](https://poser.pugx.org/lullabot/php-webdriver/downloads.png)](https://packagist.org/packages/lullabot/php-webdriver)
1717

1818
## Links
19-
* [Packagist](http://packagist.org/packages/instaclick/php-webdriver)
20-
* [Github](https://github.com/instaclick/php-webdriver)
19+
* [Packagist](http://packagist.org/packages/lullabot/php-webdriver)
20+
* [Github](https://github.com/lullabot/php-webdriver)
2121
* [W3C/WebDriver](https://github.com/w3c/webdriver)
22-
23-
## Notes
24-
* The *5.2.x* branch is no longer maintained. This branch features class names and file re-organization that follow PEAR/ZF1 conventions. Bug fixes and enhancements from the master branch likely won't be backported.

0 commit comments

Comments
 (0)