We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6eb2c commit 03f8c35Copy full SHA for 03f8c35
README.md
@@ -23,4 +23,4 @@ Now open you browser and head for [http://localhost:8080/](http://localhost:8080
23
24
Now you should be able to chat with video with the other person.
25
26
-To stop the server, just go back to terminal and press `Ctrl+C`.
+To stop the server, just go back to terminal and press `Ctrl + c`.
site/templates/index.html
@@ -28,7 +28,7 @@ <h1 class="brand-title">Open Chat</h1>
28
29
{% block body %}
30
<div class="posts" id="videos">
31
- <h1 class="content-subhead">Other Users</h1>
+ <h1 class="content-subhead">Other User</h1>
32
</div>
33
{% endblock %}
34
0 commit comments