From 83846c890b8d41e10c9bbd26efd5cafb87932f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Mon, 2 Apr 2012 19:24:38 +0200 Subject: [PATCH] Trying to correct markdown syntax for GitHub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c662367..8f04850 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To use it in your project, you only need to add the 6 SQLiteC++ source files in your project code base (not the main.cpp example file). Tot get started, look at the provided examples in main.cpp, starting by : - +
 int main (void)
 {
     try
@@ -62,7 +62,7 @@ int main (void)
         std::cout << "SQLite exception: " << e.what() << std::endl;
     }
 }
-
+
For other simple C++ SQLite wrappers look also at: