Skip to content

Commit 578327b

Browse files
Gourav DwivediGourav Dwivedi
authored andcommitted
documentation
1 parent a64960b commit 578327b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ ASP.Net Core Signal-R Web Client is based on JavaScript
44

55
This is a UI based SignalR client. It is a debugging tool to test ASP.Net Core SignalR hubs. Using this tool, we can send the data to the SignalR hub and receive the response emit from the SignalR Hub. This tool is design for dotnet developer to make their life easier when they work with SignalR.
66

7+
<p align="center">
8+
<img src="./src/images/SignalR-Web-Client.jpg" >
9+
<br>
10+
</p>
11+
712
## Table of Contents
813

914
- [Basic Understanding of](#Basic-Understanding-of)
@@ -22,10 +27,7 @@ Before using this should, you should be know few concepts about:
2227
- [What is Asp.Net Core?](https://dotnet.microsoft.com/learn/aspnet/what-is-aspnet-core)
2328
- [What is SignalR in Asp.Net Core?](https://docs.microsoft.com/en-us/aspnet/core/signalr/introduction?view=aspnetcore-3.0)
2429

25-
<p align="center">
26-
<img src="./src/images/SignalR-Web-Client.jpg" >
27-
<br>
28-
</p>
30+
2931

3032

3133
#Prerequsit

0 commit comments

Comments
 (0)