Skip to content

Commit 0caf2ce

Browse files
authored
Update README.md
1 parent 91c40cb commit 0caf2ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BasicCalculator/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ A migration of a very simple request/response service, using the Calculator samp
44
from the `Basic\GettingStarted\GettingStarted\CS\GettingStarted.sln` folder in the
55
[WCF Samples](https://docs.microsoft.com/dotnet/framework/wcf/samples/).
66

7-
This solution demonstrates the generation of the `.proto` file from a `ServiceContract`, and the
7+
This solution demonstrates the generation of
8+
[the `.proto` file](https://github.com/VisualReCode/Examples/blob/master/BasicCalculator/gRPC/src/BasicCalculatorCore/Protos/basic_calculator_core.proto)
9+
from a `ServiceContract`, and the
810
generated gRPC service implementation that maps to a copy of the original service implementation.
911

1012
It also includes a generated "client wrapper" that matches the interface of the original WCF-generated

0 commit comments

Comments
 (0)