Skip to content

Commit 2b6ed4d

Browse files
authored
Update README.md
1 parent 47b3d33 commit 2b6ed4d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using SwiftLocation or any other of my creations please consider the
3838
- [**Become a Sponsor**](https://github.com/sponsors/malcommac)
3939

4040
- [Follow Me](https://github.com/malcommac)
41-
-
41+
4242
<a name="index"/>
4343

4444
## Table of Contents
@@ -693,7 +693,17 @@ You should look at it in order to implement your own layout, create dynamically
693693
pod 'ScrollStackController'
694694
```
695695

696-
It also supports `Swift Package Maneger` aka SPM.
696+
It also supports `Swift Package Maneger` aka SPM in your `Package.swift`:
697+
698+
```sh
699+
import PackageDescription
700+
701+
let package = Package(name: "YourPackage",
702+
dependencies: [
703+
.Package(url: "https://github.com/malcommac/SwiftLocation.git", majorVersion: 0),
704+
]
705+
)
706+
```
697707

698708
[ Back To Top](#index)
699709

0 commit comments

Comments
 (0)