Skip to content

Commit

Permalink
Example READMEs minor fixes (#3830)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Dec 1, 2023
1 parent 31b7c67 commit f476979
Show file tree
Hide file tree
Showing 31 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion examples/json/Greeter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/protobuf/Deadline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/protobuf/GenericHost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/protobuf/Greeter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/protobuf/Logger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/protobuf/Metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To monitor the server counter metrics, in a separate window run:
dotnet-counters monitor --name Server --counters IceRpc.Dispatch
```

In a separate window run the client program to send requests to the server:
In a separate terminal run the client program to send requests to the server:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/protobuf/MultipleServices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/protobuf/Quic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/protobuf/RequestContext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
4 changes: 2 additions & 2 deletions examples/protobuf/Retry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd Server
dotnet run -- 0
```

In a separate window, start the second instance:
In a separate terminal, start the second instance:

```shell
cd Server
Expand All @@ -35,7 +35,7 @@ cd Server
dotnet run -- 2
```

In a separate window, start the Client program, passing the number of server instances as an argument:
In a separate terminal, start the Client program, passing the number of server instances as an argument:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/protobuf/Secure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/protobuf/Stream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
4 changes: 2 additions & 2 deletions examples/protobuf/Telemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ First start the Zipkin service as documented in the Zipkin quick start guide:

- [Zipkin quick-start](https://zipkin.io/pages/quickstart.html)

In a separate window start the Greeter Server program:
In a separate terminal start the Greeter Server program:

```shell
cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/protobuf/Thermostat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cd Server
dotnet run
```

In a separate window, start the Device program:
In a separate terminal, start the Device program:

```shell
cd Device
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/Compress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/Deadline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/Download/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/GenericHost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/Greeter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/InteropIceGrid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ applications:
- [java][4]
- [python][5]

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/Logger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/Metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To monitor the server counter metrics, in a separate window run:
dotnet-counters monitor --name Server --counters IceRpc.Dispatch
```

In a separate window run the client program to send requests to the server:
In a separate terminal run the client program to send requests to the server:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/MultipleInterfaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/Quic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/RequestContext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
4 changes: 2 additions & 2 deletions examples/slice/Retry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd Server
dotnet run -- 0
```

In a separate window, start the second instance:
In a separate terminal, start the second instance:

```shell
cd Server
Expand All @@ -35,7 +35,7 @@ cd Server
dotnet run -- 2
```

In a separate window, start the Client program, passing the number of server instances as an argument:
In a separate terminal, start the Client program, passing the number of server instances as an argument:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/Secure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/Stream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
4 changes: 2 additions & 2 deletions examples/slice/Telemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ First start the Zipkin service as documented in the Zipkin quick start guide:

- [Zipkin quick-start](https://zipkin.io/pages/quickstart.html)

In a separate window start the Greeter Server program:
In a separate terminal start the Greeter Server program:

```shell
cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/Thermostat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cd Server
dotnet run
```

In a separate window, start the Device program:
In a separate terminal, start the Device program:

```shell
cd Device
Expand Down
2 changes: 1 addition & 1 deletion examples/slice/Upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd Server
dotnet run
```

In a separate window, start the Client program:
In a separate terminal, start the Client program:

```shell
cd Client
Expand Down

0 comments on commit f476979

Please sign in to comment.