Skip to content

Commit 71ad49b

Browse files
committed
Improved the wording in the "Overview" section
1 parent 37c4266 commit 71ad49b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
This package allows you to create and evaluate JSON-RPC messages, using your own
77
PHP code to evaluate the requests.
88

9-
This package simply abstracts away the details of the JSON-RPC messaging format.
10-
It allows you to create and evaluate any JSON-RPC message. It does *not*
11-
provide a transport layer—which you'll also need if you want to send or
12-
receive messages over a distance! One of the beautiful features of JSON-RPC is
13-
that you can use *any* transport layer to send your messages. This package makes
14-
that possible.
15-
16-
If you're looking for a complete, end-to-end solution—including the transport
17-
layer—then you should use one of these packages instead:
9+
This package allows you to create and evaluate any JSON-RPC message. It
10+
implements the JSON-RPC specifications, but does *not* provide a transport
11+
layer—which you'll also need if you want to send or receive messages over a
12+
distance! One of the beautiful features of JSON-RPC is that you can use *any*
13+
transport layer to carry your messages: This package gives you that option.
14+
15+
If you're looking for an end-to-end solution, with the transport layer included,
16+
then you should use one of these alternative packages instead:
1817
* To send messages over HTTP(S), use the
1918
[php-json-rpc-http](https://github.com/datto/php-json-rpc-http) package.
2019
* To send messages over SSH, use the

0 commit comments

Comments
 (0)