From 0386c4359a1f28907b2254ca22f6dfb9c3d242d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sat, 30 Dec 2017 18:35:16 +0100 Subject: [PATCH] Fix README Markdown formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e4f753..8fb68a6 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ where assert() are used instead). Each SQLiteC++ object must be constructed with a valid SQLite database connection, and then is always valid until destroyed. -### Supported platforms: +### Supported platforms: Developements and tests are done under the following OSs: - Ubuntu 14.04 (Travis CI) @@ -163,7 +163,7 @@ cmake --build . ctest --output-on-failure ``` -#### CMake options +#### CMake options * For more options on customizing the build, see the [CMakeLists.txt](https://github.com/SRombauts/SQLiteCpp/blob/master/CMakeLists.txt) file. @@ -181,7 +181,7 @@ You can either recompile it yourself (seek help online) or you can comment out t #define SQLITE_ENABLE_COLUMN_METADATA ``` -### Continuous Integration +### Continuous Integration This project is continuously tested under Ubuntu Linux with the gcc and clang compilers using the Travis CI community service with the above CMake building and testing procedure.