Skip to content

Commit cdbb43b

Browse files
More README formatting fixes
1 parent 9321aa2 commit cdbb43b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you need a specific version of SQLite, or specific SQLite compilation options
2020

2121
## Installation:
2222

23-
#### Manual Installation (ex. into a Framework)
23+
#### Manual Installation (ex. into a Framework):
2424

2525
1. Download a copy of SQLiteLib.
2626
2. Embed the `SQLiteLib.xcodeproj` project in your own project.
@@ -30,7 +30,7 @@ If you need a specific version of SQLite, or specific SQLite compilation options
3030
That's it! (You'll probably also want to `#include "sqlite3.h"` somewhere. SQLiteLib copies this generated file to its project directory.)
3131

3232

33-
#### Using in Swift
33+
#### Using in Swift:
3434

3535
You probably shouldn't be using the raw SQLite C API in Swift. There are a bunch of great libraries available that wrap it.
3636

@@ -42,7 +42,7 @@ For example: ([GRDB.swift](https://github.com/groue/GRDB.swift)).
4242
By default, SQLiteLib builds SQLite with options that match the built-in system version of SQLite on OSX and iOS (as of OSX 10.11.5, iOS 9.3.2), [with one exception*](#additional-details).
4343

4444

45-
#### Specifying Additional SQLite Compilation Options
45+
#### Specifying Additional SQLite Compilation Options:
4646

4747
> By default, SQLiteLib compiles SQLite with options that match the built-in OSX/iOS version of SQLite (as of OSX 10.11, iOS 9.3.2), with one exception*.
4848
> You only need to follow the steps below if you wish to customize the options.
@@ -61,7 +61,7 @@ That's it.
6161
There is no need to modify any other files.
6262

6363

64-
#### Compiling a Specific Version of SQLite
64+
#### Compiling a Specific Version of SQLite:
6565

6666
SQLiteLib currently ships with the source for SQLite 3.13.0.
6767

@@ -90,7 +90,7 @@ You'll want the file named "sqlite-src-*version*.zip".
9090
## Additional Details:
9191

9292

93-
#### Default Compilation Options
93+
#### Default Compilation Options:
9494

9595
The built-in OSX/iOS version of SQLite were built with the following compilation options (as of OSX 10.11.5, iOS 9.3.2):
9696

@@ -147,7 +147,7 @@ It is strongly recommended that you do not edit this file. If you'd like to spec
147147

148148

149149

150-
#### Build Locations
150+
#### Build Locations:
151151

152152
SQLiteLib generates intermediate files in [${DERIVED_SOURCES_DIR}](https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/XcodeBuildSettingRef/1-Build_Setting_Reference/build_setting_ref.html#//apple_ref/doc/uid/TP40003931-CH3-SW43).
153153

@@ -161,7 +161,7 @@ The generated SQLite amalgamation files are copied to:
161161

162162
## Notes:
163163

164-
##### "sqlite3.c" shows as red/missing in Xcode
164+
##### "sqlite3.c" shows as red/missing in Xcode:
165165

166166
Xcode (verified in Version 7.3.1 (7D1014)) will always show "sqlite3.c" as red/missing, even after a build.
167167

0 commit comments

Comments
 (0)