Skip to content

Commit 8fafccb

Browse files
authored
fix: wrong folder name
create a new folder `subscribe` -> create a new folder `subscriber`
1 parent eda9742 commit 8fafccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/tutorial-pub-sub-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Clients connect to the Azure Web PubSub service through the standard WebSocket p
6868

6969
# [C#](#tab/csharp)
7070

71-
1. First let's create a new folder `subscribe` for this project and install required dependencies:
71+
1. First let's create a new folder `subscriber` for this project and install required dependencies:
7272
* The package [Websocket.Client](https://github.com/Marfusios/websocket-client) is a third-party package supporting WebSocket connection. You can use any API/library that supports WebSocket to do so.
7373
* The SDK package `Azure.Messaging.WebPubSub` helps to generate the JWT token.
7474

0 commit comments

Comments
 (0)