From 253e4cb4c11aa4e0bb9334b90038b73a672aa246 Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Fri, 3 Apr 2015 11:27:56 +0900 Subject: [PATCH] Fixed the problem that markdown doesn't work corrently. --- v1_0_cpp_overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v1_0_cpp_overview.md b/v1_0_cpp_overview.md index da92198..b60f207 100644 --- a/v1_0_cpp_overview.md +++ b/v1_0_cpp_overview.md @@ -1,5 +1,6 @@ -# msgpack-c This is a documentation of msgpack-c. This documentation -focuses on C++11 and C++03. +# msgpack-c This is a documentation of msgpack-c + +This documentation focuses on C++11 and C++03. ## How to use