Fix a typo in php README (#25940)

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
pull/25946/head
Guangwen Feng 4 years ago committed by GitHub
parent 912515384e
commit 995c282f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/php/README.md

@ -230,7 +230,7 @@ Or require the `google/protobuf` composer package. Add this to your
### Generate PHP classes from your service definition ### Generate PHP classes from your service definition
With all the above done, now you can define your message and service defintion With all the above done, now you can define your message and service definition
in a `.proto` file and generate the corresponding PHP classes, which you can in a `.proto` file and generate the corresponding PHP classes, which you can
import into your project, with a command similar to the following: import into your project, with a command similar to the following:

Loading…
Cancel
Save