Skip to content

Commit dc8ae6c

Browse files
authored
Update README.md
1 parent 596f446 commit dc8ae6c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# Northwind-SQLite3.swift
1+
<h2>Northwind-SQLite3.swift
2+
<img src="https://zeezide.com/img/lighter/Lighter256.png"
3+
align="right" width="64" height="64" />
4+
</h2>
25

36
A fork of Northwind-SQLite3 which packages the Northwind
47
database as a Swift module/package.
58

69
Swift package documentation:
7-
[NorthwindSQLite.swift](https://lighter-swift.github.io/NorthwindSQLite.swift/documentation/northwind/).
10+
[NorthwindSQLite.swift](https://northwind-swift.github.io/NorthwindSQLite.swift/documentation/northwind/).
811

912
**Note**:
1013
Due to an Xcode 14/15 bug the Northwind module cannot yet be directly added to an
@@ -47,7 +50,7 @@ let package = Package(
4750
targets: ["LocalHelper"]),
4851
],
4952
dependencies: [
50-
.package(url: "https://github.com/Lighter-swift/NorthwindSQLite.swift.git",
53+
.package(url: "https://github.com/Northwind-swift/NorthwindSQLite.swift.git",
5154
branch: "develop")
5255
],
5356
targets: [

0 commit comments

Comments
 (0)