Skip to content

Commit

Permalink
Update examples/slice/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Henriksen <[email protected]>
  • Loading branch information
bernardnormier and InsertCreativityHere authored Feb 5, 2024
1 parent ed744b0 commit 03ae832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/slice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This folder contains example applications that showcase the IceRPC + Slice integ
| [Retry](./Retry/) | Shows how to use the retry interceptor to retry failed requests. |
| [Secure](./Secure/) | Shows how to secure TCP connections with TLS. |
| [Stream](./Stream/) | Shows how to stream data from a client to a server. |
| [TcpFallback](./TcpFallback/) | Shows how to create client and server applications that communicate over QUIC when possible and fall back to TCP. |
| [TcpFallback](./TcpFallback/) | Shows how to create client and server applications that communicate over QUIC when possible but can fall back to TCP. |
| [Telemetry](./Telemetry/) | Shows how to use the telemetry interceptor and middleware. |
| [Thermostat](./Thermostat/) | Shows how to send requests via an intermediary server; includes sending requests the "other way around", from a server to a client. |
| [Upload](./Upload/) | Shows how to upload a file from a client to a server by streaming this file. |
Expand Down

0 comments on commit 03ae832

Please sign in to comment.