Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: İnanç Gümüş <[email protected]>
  • Loading branch information
heitortsergent and inancgumus authored Jan 28, 2025
1 parent f07c595 commit 76df6a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In this guide, you'll learn the basics of gRPC and how to write a gRPC performan

## Before you begin

- [Install k6 v0.29](https://grafana.com/docs/k6/<K6_VERSION>/set-up/install-k6/) or higher
- [Install k6 v0.29](https://grafana.com/docs/k6/<K6_VERSION>/set-up/install-k6/) or higher.

## What is gRPC

Expand Down Expand Up @@ -156,7 +156,7 @@ This test script does the following:

### Run the test

The test can be executed just like any other test by using the k6 run command:
You can execute the test just like any other test by using the `k6 run` command:

```bash
$ k6 run grpc-example.js
Expand Down

0 comments on commit 76df6a9

Please sign in to comment.