Skip to content

Commit

Permalink
Edited README for clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptonaut committed Feb 10, 2015
1 parent 443ffae commit a5e2562
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a5e2562

Please sign in to comment.