From ee4a80f4773decfd78bef4fecb5a950beaf74a46 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 19 Aug 2016 13:39:12 +0300 Subject: [PATCH] Added a delimiter space between the header marker and Boost.Log image. The space is formally required by the Markdown syntax (http://spec.commonmark.org/0.25/#atx-headings), although GitHub implementation seems to not require it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d049518..ad2e712 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#![Boost.Atomic](doc/logo.png) +# ![Boost.Atomic](doc/logo.png) Boost.Atomic, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), implements atomic operations for various CPU architectures, reflecting and extending the standard interface defined in C++11.