Skip to content

Commit d9f2897

Browse files
committed
Better explain differences with original library
1 parent 1caa43d commit d9f2897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ $client = (new Client('https://127.0.0.1:4001'))->verifySslPeer(true, '/path/to/
8888

8989
## Why Fork?
9090

91-
While [original library](https://github.com/linkorb/etcd-php) works well, it depends on two big packages: Symfony Console and Guzzle. For something as low level as config access, we wanted something a bit nimbler, so we refactored the original library to use PHP's curl extension.
91+
While [original library](https://github.com/linkorb/etcd-php) works well, it depends on two big packages: Symfony Console and Guzzle. For a feature as low level as config access, we wanted something a bit nimbler, so we removed CLI commands and refactored the original library to use PHP's curl extension.

0 commit comments

Comments
 (0)