Skip to content

Commit

Permalink
Updated the wording
Browse files Browse the repository at this point in the history
  • Loading branch information
smortensen committed Dec 14, 2015
1 parent c27193b commit d17cdcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d17cdcb

Please sign in to comment.