Skip to content

Commit

Permalink
Update usage example in the package comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Oct 20, 2021
1 parent 906694e commit 6311b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ the server to finish, call:
err := srv.Wait()
This will report the error that led to the server exiting. The code for this
example is available from cmd/examples/adder/adder.go:
example is available from tools/examples/adder/adder.go:
$ go run cmd/examples/adder/adder.go
$ go run tools/examples/adder/adder.go
Interact with the server by sending JSON-RPC requests on stdin, such as for
example:
Expand Down

0 comments on commit 6311b97

Please sign in to comment.