зеркало из
1
0
Форкнуть 0

NegotitationServer-->NegotiationServer typo fix

cd NegotitationServer did not work,
cd NegotiationServer  does :)
This commit is contained in:
Peter Hobor 2022-11-05 23:53:39 +01:00 коммит произвёл Ken Chen
Родитель 08abbdbbd0
Коммит 57dfce8a2b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ This sample shows the usage of Azure SignalR Service Management SDK.
### Start the negotiation server
```
cd NegotitationServer
cd NegotiationServer
dotnet user-secrets set Azure:SignalR:ConnectionString "<Connection String>"
dotnet run
```