mirror of https://github.com/grpc/grpc-dart.git
Fix wrong command in readme of example (#600)
This commit is contained in:
parent
867d1173fa
commit
d4d0f80d02
|
@ -9,7 +9,7 @@ To compile and run the example, assuming you are in the root of the helloworld
|
|||
folder, i.e., .../example/helloworld/, first get the dependencies by running:
|
||||
|
||||
```sh
|
||||
$ pub get
|
||||
$ dart pub get
|
||||
```
|
||||
## Run TCP sample code
|
||||
|
||||
|
|
Loading…
Reference in New Issue