You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TextApp/ClientApp/src/app/home/home.component.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<h1>Simple synchronized text editor using .NET Core SingalR </h1>
1
+
<h1>Simple collaborative text editor using .NET Core SingalR </h1>
2
2
<p>Welcome to your new single-page application, built to demonstrate how SignalR works:</p>
3
3
<h4>Instructions:</h4>
4
4
<p>Enter the same URL you see here in address bar in a new browser session and see that the text you enter below will reflect in the other browser real-time. </p>
0 commit comments