Skip to content
Snippets Groups Projects
Commit 91741bd4 authored by Josh Brooks's avatar Josh Brooks
Browse files

Improve grammar of rest client README

parent 998f36c9
No related branches found
No related tags found
1 merge request!5Connections readme
...@@ -59,12 +59,12 @@ go build -o client . ...@@ -59,12 +59,12 @@ go build -o client .
``` ```
This is a long-running process which may be stopped by a user inputted kill This is a long-running process which may be stopped by a user inputted kill
signal. We recommend allow the process to run for a long enough time to complete signal. We recommend allowing the process to run for a long enough time to
its requests to the server and receive the server's responses. We go into detail complete its requests to the server and receive the server's responses. We go
on what this entails below. into detail on what this entails below.
Once the REST-like client has set up and sent its request, you can verify Once the REST-like client has set up and sent its request, you can verify
by checking the server's log for this string `Request received:` by checking the server's log for the string `Request received:`
```bash ```bash
grep "Request received" restSingleUseServer/server.log grep "Request received" restSingleUseServer/server.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment