diff --git a/README.md b/README.md index 9c9b8b6..69218f4 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ Simple server and client that communicate using Go's RPC library. Start the server with: - go run server.go + > go run server.go -Then start the client with: +Then send an RPC from the client with: - go run client.go --factor1=12 --factor2=13 + > go run client.go --factor1=12 --factor2=13 + 156