summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-22 22:23:08 +0300
committerGitHub <[email protected]>2018-06-22 22:23:08 +0300
commit4c97971bbf0a4b09b3edae2eed0c875a0cf59f89 (patch)
tree41d6cb365214acd62cc621c9ee9f30c6eca486b6 /README.md
parent89903f6cc1f1174512d76241148046e832d07251 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c31456f2..8a8228ef 100644
--- a/README.md
+++ b/README.md
@@ -270,7 +270,7 @@ if r, ok := c.Get(rpc.ID); ok >= service.StatusConfigured {
> RPC server must be written based on net/rpc rules: https://golang.org/pkg/net/rpc/
-Now, you can connect to this service from PHP:
+You can connect now to this service from PHP:
```php
// make sure to use same port as in .rr config for RPC service