mirror of https://github.com/grpc/grpc.io.git
Copyedit
This commit is contained in:
parent
9a3e371500
commit
a638e6910f
|
|
@ -211,8 +211,8 @@ from the `example/helloworld` directory:
|
||||||
$ dart bin/server.dart
|
$ dart bin/server.dart
|
||||||
```
|
```
|
||||||
|
|
||||||
2. In another terminal, run the client. This time, include add a name as a
|
2. In another terminal, run the client. This time, add a name as a command-line
|
||||||
command-line argument:
|
argument:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ dart bin/client.dart Alice
|
$ dart bin/client.dart Alice
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue