Skip to content

Commit 9819edd

Browse files
authored
Merge pull request #14 from ashnazg/testing
update README
2 parents 9e950e6 + ffb3414 commit 9819edd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# Net_Socket - RSS parser
1+
# Net_Socket - Network Socket Interface
22

33
[![Build Status](https://travis-ci.org/pear/Net_Socket.svg?branch=master)](https://travis-ci.org/pear/Net_Socket)
44

55

6-
Parser for Resource Description Framework (RDF)
7-
Site Summary (RSS) documents.
6+
Net_Socket is a class interface to TCP sockets. It provides blocking
7+
and non-blocking operation, with different reading and writing modes
8+
(byte-wise, block-wise, line-wise and special formats like network
9+
byte-order ip addresses).
810

911
[Homepage](http://pear.php.net/package/Net_Socket/)
1012

@@ -38,4 +40,4 @@ Run the tests from a local composer installation:
3840

3941

4042
## License
41-
PHP license
43+
BSD license

0 commit comments

Comments
 (0)