Merge pull request #23301 from GrahamCampbell/patch-1

Fixed typo
pull/23309/head
Stanley Cheung 4 years ago committed by GitHub
commit 00cf28023f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/php/README.md

@ -96,7 +96,7 @@ composer package as well. Add this to your project's `composer.json` file.
```json
"require": {
"grpc/grpc": "~v1.30.0"
"grpc/grpc": "~1.30.0"
}
```

Loading…
Cancel
Save