diff options
author | Wolfy-J <[email protected]> | 2018-06-22 22:22:23 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-22 22:22:23 +0300 |
commit | 6b4b222f8a74aaf809d672c95b6a0ba5e990e8a6 (patch) | |
tree | 3ed3127bd9ffd0086ef74fe20caf1f1bcb44e453 /README.md | |
parent | 92083cd53bb4734cae6e14602050fa923d3eab6a (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 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 adaptes which are available from commands and PHP using Goridge: ```golang // in Init() method |