From 22a2b64a0ebe3cf4a6b11af72b7a6ee1d21d15dd Mon Sep 17 00:00:00 2001 From: NeroBurner Date: Thu, 29 Nov 2018 21:33:02 +0000 Subject: [PATCH] Update README.md, add links for examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fcb745..28840eb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ See https://gitlab.com/eidheim/Simple-WebSocket-Server for an easy way to make W ### Usage -See http_examples.cpp or https_examples.cpp for example usage. +See [http_examples.cpp](http_examples.cpp) or [https_examples.cpp](https_examples.cpp) for example usage. See particularly the JSON-POST (using Boost.PropertyTree) and the GET /match/[number] examples, which are most relevant.