Skip to content

Commit af86e91

Browse files
authored
Update README.md
1 parent cfb3581 commit af86e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ dotnet build
3737
| [HelloBlazorServer] | `dotnet run -p src/HelloBlazorServer/HelloBlazorServer.csproj` + open http://localhost:5005/ |
3838
| [HelloBlazorHybrid] | `dotnet run -p src/HelloBlazorHybrid/Server/Server.csproj` + open http://localhost:5005/ |
3939
| [Blazor Samples] | `dotnet run -p src/Blazor/Server/Server.csproj` + open http://localhost:5005/ |
40-
| [MiniRpc] | `dotnet run -p src/MiniRpc/MiniRpc.csproj ` |
40+
| [MiniRpc] | `dotnet run -p src/MiniRpc/MiniRpc.csproj` |
4141
| [MultiServerRpc] | `dotnet run -p src/MultiServerRpc/MultiServerRpc.csproj ` |
42-
| [Benchmark] | `dotnet run -c:Release -p src/Benchmark/Benchmark.csproj ` |
42+
| [Benchmark] | `dotnet run -c:Release -p src/Benchmark/Benchmark.csproj` |
4343
| [RpcBenchmark] | `dotnet run -c:Release -p src/RpcBenchmark/RpcBenchmark.csproj` |
4444
| [Tutorial] | [Install Try .NET](https://github.com/dotnet/try/blob/master/DotNetTryLocal.md) + `dotnet try --port 50005 docs/tutorial` |
4545

0 commit comments

Comments
 (0)