From ee580c45260d1d75a0e78398f3825eee2698b508 Mon Sep 17 00:00:00 2001 From: Spencer Mortensen Date: Mon, 14 Dec 2015 17:42:57 -0500 Subject: [PATCH] Updated the wording --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 604df62..30986b3 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ 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 does *not* provide a transportation layer. - +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