Trying to correct markdow formating for GitHub

This commit is contained in:
Sébastien Rombauts 2012-04-02 19:21:55 +02:00
parent 8fd560ad7d
commit 217ade3ca6

View File

@ -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). in your project code base (not the main.cpp example file).
Tot get started, look at the provided examples in main.cpp, starting by : Tot get started, look at the provided examples in main.cpp, starting by :
<pre> <code>
int main (void) int main (void)
{ {
try try
@ -62,7 +62,7 @@ int main (void)
std::cout << "SQLite exception: " << e.what() << std::endl; std::cout << "SQLite exception: " << e.what() << std::endl;
} }
} }
</pre> </code>
For other simple C++ SQLite wrappers look also at: For other simple C++ SQLite wrappers look also at: