summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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