Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Castro <santi.1410@hotmail.com>2017-04-18 06:47:12 +0300
committerSantiago Castro <santi.1410@hotmail.com>2017-04-18 06:47:12 +0300
commitfb1935a66f4fc526b4904444fe39b574ecfd57ae (patch)
treef22d9f0d0884d18014ab08c89d9a65a8c78f5585 /README.md
parente3f178ac3f0c1c2ab228c193c6dcec85564b46a6 (diff)
Fix broken Markdown headings
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 575b833..a53ec7f 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ See https://github.com/eidheim/Simple-Web-Server for an easy way to make REST re
* An easy to use WebSocket and WebSocket Secure client library
* C++ bindings to the following OpenSSL methods: Base64, MD5, SHA1, SHA256 and SHA512 (found in crypto.hpp)
-###Usage
+### Usage
See ws_examples.cpp or wss_examples.cpp for example usage.