Skip to content

Commit e508815

Browse files
authored
chore(doc): Migrate readme tutorial section to examples and interop explanation (#2123)
1 parent bff5146 commit e508815

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ contains the tools to build clients and servers from [`protobuf`] definitions.
3333

3434
## Getting Started
3535

36+
- The [`helloworld`][helloworld-tutorial] tutorial provides a basic example of using `tonic`, perfect for first time users!
37+
- The [`routeguide`][routeguide-tutorial] tutorial provides a complete example of using `tonic` and all its features.
38+
3639
Examples can be found in [`examples`] and for more complex scenarios [`interop`]
3740
may be a good resource as it shows examples of many of the gRPC features.
3841

@@ -47,11 +50,6 @@ may be a good resource as it shows examples of many of the gRPC features.
4750
[Protocol Buffers compiler]: https://protobuf.dev/downloads/
4851
[`tonic_build::compile_protos()`]: https://docs.rs/tonic-build/latest/tonic_build/fn.compile_protos.html
4952

50-
### Tutorials
51-
52-
- The [`helloworld`][helloworld-tutorial] tutorial provides a basic example of using `tonic`, perfect for first time users!
53-
- The [`routeguide`][routeguide-tutorial] tutorial provides a complete example of using `tonic` and all its features.
54-
5553
## Getting Help
5654

5755
First, see if the answer to your question can be found in the API documentation.

0 commit comments

Comments
 (0)