Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak160 authored Oct 14, 2024
1 parent 9b8fb06 commit 4368242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grpc-http-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ go build -o httpserver
Run the HTTP server in record mode to capture the incoming HTTP calls and outgoing gRPC client calls:

```bash
keploy record -c "httpserver"
keploy record -c "./httpserver"
```

Make a curl request to the http server :
Expand All @@ -49,7 +49,7 @@ curl "http://localhost:8080/hello?name=Jack"
After recording, run the HTTP server in test mode to replay the captured calls:

```bash
keploy test -c "httpserver"
keploy test -c "./httpserver"
```

---

0 comments on commit 4368242

Please sign in to comment.