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