From 37c42666c94c1bd385f4f0e1bbd8ed5af64408f5 Mon Sep 17 00:00:00 2001 From: Spencer Mortensen Date: Thu, 24 Dec 2015 15:21:47 -0500 Subject: [PATCH] Inserted the typographic mdash character --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5745db7..d8779ec 100644 --- a/README.md +++ b/README.md @@ -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 layer—which 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