You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ where assert() are used instead).
62
62
Each SQLiteC++ object must be constructed with a valid SQLite database connection,
63
63
and then is always valid until destroyed.
64
64
65
-
###Supported platforms:
65
+
###Supported platforms:
66
66
67
67
Developements and tests are done under the following OSs:
68
68
- Ubuntu 14.04 (Travis CI)
@@ -163,7 +163,7 @@ cmake --build .
163
163
ctest --output-on-failure
164
164
```
165
165
166
-
####CMake options
166
+
####CMake options
167
167
168
168
* For more options on customizing the build, see the [CMakeLists.txt](https://github.com/SRombauts/SQLiteCpp/blob/master/CMakeLists.txt) file.
169
169
@@ -181,7 +181,7 @@ You can either recompile it yourself (seek help online) or you can comment out t
181
181
#defineSQLITE_ENABLE_COLUMN_METADATA
182
182
```
183
183
184
-
###Continuous Integration
184
+
###Continuous Integration
185
185
186
186
This project is continuously tested under Ubuntu Linux with the gcc and clang compilers
187
187
using the Travis CI community service with the above CMake building and testing procedure.
0 commit comments