From 1eb0570005a309efb8e4c029ffa5de5f42771cb3 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Mon, 9 Oct 2023 10:57:08 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bbc8ac..47de1d1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ composer require roadrunner-php/roadrunner-api-dto If you would like to generate the DTOs yourself, you can use the `generate.sh` script. This script will generate the DTOs for all of the plugins, and place them in the `generated/` directory. -But before that, you will need to compile the `grpc_php_plugin` file and place it in the root folder. Follow [this instruction](https://github.com/grpc/grpc/blob/master/src/php/README.md#grpc_php_plugin-protoc-plugin) to build the file. +But before that, you will need to compile the `grpc_php_plugin`. Follow [this instruction](https://github.com/grpc/grpc/blob/master/src/php/README.md#grpc_php_plugin-protoc-plugin) to build the file. Then run: