From 217ade3ca66d64426fb036af41c04f4f45799f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Mon, 2 Apr 2012 19:21:55 +0200 Subject: [PATCH] Trying to correct markdow formating for GitHub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9779091..c662367 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: