From f320f5bfd4206f6c03773dc2b6575d6b9bcadb70 Mon Sep 17 00:00:00 2001 From: CaioIcy Date: Tue, 6 Apr 2021 12:25:10 -0300 Subject: [PATCH] Fix README: update command for running proto tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e6d146..eec6b5f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ $ make run-testing-json-bots For the examples with protobuf, instead run: ``` $ make run-testing-proto-server -$ make run-testing-proto-server +$ make run-testing-proto-bots ``` ## Running the tests