Skip to content

Commit 57c7fad

Browse files
authored
Update signalr-quickstart-azure-functions-javascript.md
1 parent ff82fca commit 57c7fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ When you run the `func new` command from the root directory of the project, the
8888
}
8989
```
9090

91-
1. Edit *index/\__init\__.py* and replace the contents with the following code:
91+
1. Edit *index/index.js* and replace the contents with the following code:
9292

9393
```javascript
9494
var fs = require('fs').promises

0 commit comments

Comments
 (0)