Skip to content

Commit 3656d9e

Browse files
committed
Formatting
1 parent ddace3e commit 3656d9e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Documentation/Index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,19 +170,19 @@ downloading, compiling, and linking dependencies.
170170

171171
It is the recommended approach for using SQLite.swift in OSX CLI applications.
172172

173-
1. Add the following to your `Package.swift` file:
173+
1. Add the following to your `Package.swift` file:
174174

175-
```swift
176-
dependencies: [
175+
``` swift
176+
dependencies: [
177177
.Package(url: "https://github.com/stephencelis/SQLite.swift.git", majorVersion: 0, minor: 11)
178-
]
179-
```
178+
]
179+
```
180180

181-
2. Build your project:
181+
2. Build your project:
182182

183-
```shell
184-
$ swift build -Xlinker -lsqlite3
185-
```
183+
``` sh
184+
$ swift build -Xlinker -lsqlite3
185+
```
186186

187187
[Swift Package Manager]: https://swift.org/package-manager
188188

0 commit comments

Comments
 (0)