Skip to content

Commit 03f8c35

Browse files
author
Bibhas
committed
test
1 parent 6f6eb2c commit 03f8c35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Now open you browser and head for [http://localhost:8080/](http://localhost:8080
2323

2424
Now you should be able to chat with video with the other person.
2525

26-
To stop the server, just go back to terminal and press `Ctrl+C`.
26+
To stop the server, just go back to terminal and press `Ctrl + c`.

site/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="brand-title">Open Chat</h1>
2828

2929
{% block body %}
3030
<div class="posts" id="videos">
31-
<h1 class="content-subhead">Other Users</h1>
31+
<h1 class="content-subhead">Other User</h1>
3232
</div>
3333
{% endblock %}
3434

0 commit comments

Comments
 (0)