diff options
author | Wolfy-J <[email protected]> | 2018-06-22 22:23:08 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-22 22:23:08 +0300 |
commit | 4c97971bbf0a4b09b3edae2eed0c875a0cf59f89 (patch) | |
tree | 41d6cb365214acd62cc621c9ee9f30c6eca486b6 /README.md | |
parent | 89903f6cc1f1174512d76241148046e832d07251 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |