diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/csharp/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md index cbaa51a071..d8aed94988 100644 --- a/src/csharp/README.md +++ b/src/csharp/README.md @@ -32,11 +32,11 @@ HOW TO USE - To be able to generate code from Protocol Buffer (`.proto`) file definitions, add the [Grpc.Tools](https://www.nuget.org/packages/Grpc.Tools/) NuGet package that contains Protocol Buffers compiler (_protoc_) and the gRPC _protoc_ plugin. -**Xamarin.Android and Xamarin.iOS (Experimental only) ** +**Xamarin.Android and Xamarin.iOS (Experimental only)** See [Experimentally supported platforms](experimental) for instructions. -**Unity (Experimental only) ** +**Unity (Experimental only)** See [Experimentally supported platforms](experimental) for instructions. |