Skip to content

Commit 4e43ece

Browse files
committed
Update README.rst
1 parent 3c219c2 commit 4e43ece

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22
PHP WebDriver for Selenium 2
33
============================
44

5-
This fork is based on Facebook's original php-webdriver project by Justin Bishop (now being re-written). [1]_
5+
This WebDriver client implementation is based on Facebook's php-webdriver project by Justin Bishop. [1]_
66

7-
Distinguishing features of this fork:
7+
Distinguishing features:
88

9-
* Up-to-date with Selenium 2 JSON Wire Protocol [2]_ (including WebDriver commands yet to be documented)
9+
* Up-to-date with Selenium 2 JSON Wire Protocol (including WebDriver commands yet to be documented) [2]_
1010
* *master* branch where class names and file organization follows PSR-0 conventions for php 5.3+ namespaces
11-
* coding style follows Symfony2 coding standard
12-
* auto-generate API documentation via phpDocumentor 2.x [3]_
11+
* coding style follows PSR-1, PSR-2, and Symfony2 conventions [3]_
12+
* auto-generate API documentation via phpDocumentor 2.x [4]_
1313
* includes a basic web test runner
1414

15-
The *5.2.x* branch (no longer maintained) features class names and file re-organization that follows PEAR/ZF1
16-
conventions. Bug fixes and enhancements from the master branch likely won't be backported.
17-
1815
Downloads
1916
=========
2017

@@ -26,4 +23,6 @@ Notes
2623

2724
.. [1] https://github.com/facebook/php-webdriver/
2825
.. [2] http://code.google.com/p/selenium/wiki/JsonWireProtocol
29-
.. [3] http://phpdoc.org/
26+
.. [3] the *5.2.x* branch (no longer maintained) features class names and file re-organization that follows PEAR/ZF1 conventions. Bug fixes and enhancements from the master branch likely won't be backported.
27+
.. [4] http://phpdoc.org/
28+

0 commit comments

Comments
 (0)