Skip to content

Commit

Permalink
Inserted the typographic mdash character
Browse files Browse the repository at this point in the history
  • Loading branch information
smortensen committed Dec 24, 2015
1 parent 211ff79 commit 37c4266
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
This package allows you to create and evaluate JSON-RPC messages, using your own
PHP code to evaluate the requests.

This package simply abstracts away the details of the JSON-RPC messaging format:
It allows you to create or evaluate any JSON-RPC message. It does *not*
provide a transport layer--which you'll also need if you want to send or
This package simply abstracts away the details of the JSON-RPC messaging format.
It allows you to create and evaluate any JSON-RPC message. It does *not*
provide a transport layerwhich you'll also need if you want to send or
receive messages over a distance! One of the beautiful features of JSON-RPC is
that you can use *any* transport layer to send your messages. This package makes
that possible!
that possible.

If you need a transport layer as well, and are looking for the complete,
end-to-end solution, then you should use one of these packages instead:
If you're looking for a complete, end-to-end solution—including the transport
layer—then you should use one of these packages instead:
* To send messages over HTTP(S), use the
[php-json-rpc-http](https://github.com/datto/php-json-rpc-http) package.
* To send messages over SSH, use the
Expand Down

0 comments on commit 37c4266

Please sign in to comment.