Skip to content

Commit 0386c43

Browse files
committed
Fix README Markdown formatting
1 parent eba308d commit 0386c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ where assert() are used instead).
6262
Each SQLiteC++ object must be constructed with a valid SQLite database connection,
6363
and then is always valid until destroyed.
6464

65-
### Supported platforms:
65+
### Supported platforms:
6666

6767
Developements and tests are done under the following OSs:
6868
- Ubuntu 14.04 (Travis CI)
@@ -163,7 +163,7 @@ cmake --build .
163163
ctest --output-on-failure
164164
```
165165

166-
#### CMake options
166+
#### CMake options
167167

168168
* For more options on customizing the build, see the [CMakeLists.txt](https://github.com/SRombauts/SQLiteCpp/blob/master/CMakeLists.txt) file.
169169

@@ -181,7 +181,7 @@ You can either recompile it yourself (seek help online) or you can comment out t
181181
#define SQLITE_ENABLE_COLUMN_METADATA
182182
```
183183

184-
### Continuous Integration
184+
### Continuous Integration
185185

186186
This project is continuously tested under Ubuntu Linux with the gcc and clang compilers
187187
using the Travis CI community service with the above CMake building and testing procedure.

0 commit comments

Comments
 (0)