Skip to content

Commit 704447d

Browse files
authored
document
1 parent 9b43fab commit 704447d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Samples/AspDotCore/WebApp/WebApp/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class SampleHub : Hub
6767
<div align="center" style="width: 1000px; height: 600px;">
6868
<img src="./images/Basic_View_ Multi_Param.gif" width="100%" height="100%">
6969
</div>
70-
70+
<img src="./images/Basic_View_ Multi_Param.gif" width="100%" height="100%">
7171
Example:
7272

7373
```csharp
@@ -144,4 +144,4 @@ Example:
144144
await Clients.Client(Context.ConnectionId).SendAsync("Response", $"TransportType-{transportType} :: Data Received from SendMessageWithAuth method: {message}");
145145
}
146146
}
147-
```
147+
```

0 commit comments

Comments
 (0)