From 47855d7a176abd8cb3bc4d535d12fd58fbf41716 Mon Sep 17 00:00:00 2001 From: "Liangying.Wei" Date: Wed, 2 Dec 2020 12:51:07 +0800 Subject: [PATCH] Update Readme.md --- .../samples/simple-chat/server-function-version/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverless-websocket/samples/simple-chat/server-function-version/Readme.md b/serverless-websocket/samples/simple-chat/server-function-version/Readme.md index dd898c3..16f4c7d 100644 --- a/serverless-websocket/samples/simple-chat/server-function-version/Readme.md +++ b/serverless-websocket/samples/simple-chat/server-function-version/Readme.md @@ -1,7 +1,7 @@ # A Simple Serverless Chat on WebSocket This is the server side hosted in Azure Function for the simple chat demo. -Follow the steps described below to run the [chat demo](https://wssimplechatdemo.z13.web.core.windows.net/) towards your own endpoint. +Follow the steps described below to run the [chat demo](https://wssimpledemo.z13.web.core.windows.net/) towards your own endpoint. ![Sample run](./images/sample_run.png) @@ -67,4 +67,4 @@ Inside VS Code, `Ctrl+Shift+P` to invoke the Command Palette, select **Azure Fun Go to https://ws-manage.azurewebsites.net/api/manage and update Upstream value from `http://(id).ngrok.io/api/chat` to your Function Trigger Url. ### Run the chat -Now visit https://wssimpledemo.z13.web.core.windows.net/, type your own `Endpoint` and *Continue* to start your serverless chat. \ No newline at end of file +Now visit https://wssimpledemo.z13.web.core.windows.net/, type your own `Endpoint` and *Continue* to start your serverless chat.