summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-22 22:22:43 +0300
committerGitHub <[email protected]>2018-06-22 22:22:43 +0300
commit89903f6cc1f1174512d76241148046e832d07251 (patch)
tree064fdf84103f3ea9b716995f7da7129452b606c1
parent6b4b222f8a74aaf809d672c95b6a0ba5e990e8a6 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30bc1b28..c31456f2 100644
--- a/README.md
+++ b/README.md
@@ -257,7 +257,7 @@ Service can be added to RR bus by creating your own version of [main.go](https:/
rr.Container.Register(service.ID, &service.Service{})
```
-Your service should work now. In addition you can create your own RPC adaptes which are available from commands and PHP using Goridge:
+Your service should work now. In addition you can create your own RPC adapters which are available via commands or from PHP using Goridge:
```golang
// in Init() method