Skip to content

Commit 19bd74b

Browse files
committed
Fix indent
1 parent e59d6f3 commit 19bd74b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Azure Functions requires a storage account to work. Choose either of the two fol
110110

111111
1. Start the Azurite storage emulator:
112112

113-
```bash
114-
azurite -l azurite -d azurite\debug.log
115-
```
113+
```bash
114+
azurite -l azurite -d azurite\debug.log
115+
```
116116

117117
1. Make sure the `AzureWebJobsStorage` in *local.settings.json* set to `UseDevelopmentStorage=true`.
118118

0 commit comments

Comments
 (0)