We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b6ed8 commit 0b83cb9Copy full SHA for 0b83cb9
README.md
@@ -50,7 +50,7 @@ make up # start the docker compose stack
50
make down # stop the docker compose stack
51
make logs # stream the docker compose stack logs
52
make fresh # refresh the docker compose stack
53
-make stubs # generate gRPC stubs with protoc, for example: make stubs from=proto/example.proto
+make stubs # generate gRPC stubs with protoc (ex: make stubs from=proto/example.proto)
54
make test # run tests
55
make lint # run linter
56
```
0 commit comments