Skip to content

Commit 1335006

Browse files
committed
section level
1 parent 8e12f90 commit 1335006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gettingstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Service contracts are interfaces marked with `[ServiceContract]` (from `System.S
7878
reasonable convention-based defaults. Individual RPC calls are methods, which can optionally be marked with `[OperationContract]` (from `System.ServiceModel`) or `[Operation]` (protobuf-net.Grpc inbuilt) to control
7979
the name. There is also `[SubService]`, which is used as below.
8080

81-
### Interface inheritance works, with 2 possible scenarios:
81+
#### Interface inheritance works, with 2 possible scenarios:
8282

8383
1. Inherited interfaces as distinct routable services
8484

@@ -130,7 +130,7 @@ interface IBlap : IBar
130130

131131
This adds the bindings `/blap/C` and `/blap/B`, so now we have two completely independent routable implementations of `B()`. This is especially useful for generic scenarios, common repositories, etc.
132132

133-
### Call types
133+
#### Call types
134134

135135
In gRPC, there are 4 types of call available:
136136

0 commit comments

Comments
 (0)