Skip to content

Commit 4ee66ce

Browse files
grminchvicancy
andauthored
Update articles/azure-signalr/signalr-quickstart-azure-functions-csharp.md
Co-authored-by: Liangying.Wei <[email protected]>
1 parent bc860be commit 4ee66ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-quickstart-azure-functions-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You'll need the Azure Functions Core Tools for this step.
124124
```
125125
126126
The code in *Function.cs* has three functions:
127-
- `Index` is used to get a website as client.
127+
- `GetHomePage` is used to get a website as client.
128128
- `Negotiate` is used by the client to get an access token.
129129
- `Broadcast` is periodically called to get the star count from GitHub and then broadcast messages to all clients.
130130

0 commit comments

Comments
 (0)