From 0821ca6e11152c120a1184e53e8b941f121a51e3 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 25 Sep 2016 12:19:47 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70c0e020..b4dd7fb1 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ using the `git subtree` or `git submodule` commands). Then, edit your build scripts to add the `include/` directory to the list of paths checked by the C++ compiler when searching for includes. Beast `#include` lines will look like this: -``` +```C++ #include #include ``` @@ -137,6 +137,7 @@ The files in the repository are laid out thusly: ./ bin/ Holds executables and project files bin64/ Holds 64-bit Windows executables and project files + doc/ Source code and scripts for the documentation include/ Add this to your compiler includes beast/ extras/ Additional APIs, may change