From d17cdcb47cfc451f8d55db42682d0c3387cb8738 Mon Sep 17 00:00:00 2001 From: Spencer Mortensen Date: Mon, 14 Dec 2015 17:53:21 -0500 Subject: [PATCH] Updated the wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5b938a..d9af2b4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This package simply abstracts away the details of the JSON-RPC messaging format. It does *not* provide a transportation layer: * If you need to send messages over HTTP(S), then you should use the [php-json-rpc-http](https://github.com/datto/php-json-rpc-http) package instead. -* If you need to send messages over an SSH tunnel, then you should use the +* If you need to send messages over SSH, then you should use the [php-json-rpc-ssh](https://github.com/datto/php-json-rpc-ssh) package. @@ -75,7 +75,7 @@ by inserting a line into the "require" section of your "composer.json" file: php examples/server.php ``` -2. Take a look at the code "examples/src"--then replace it with your own! +2. Take a look at the code "examples/src"—then replace it with your own! ## Unit tests