From a859c42b410d4a25c36f63607ece19dfa23d670a Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 00:47:03 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5603bc7..a7e15d7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ See https://github.com/eidheim/Simple-WebSocket-Server for an easy way to make W * Timeouts, if any of Server::timeout_request and Server::timeout_content are >0 (default: Server::timeout_request=5 seconds, and Server::timeout_content=300 seconds) * Simple way to add REST resources using regex for path, and anonymous functions -###Usage +### Usage See http_examples.cpp or https_examples.cpp for example usage.