Skip to content

Commit 53719e0

Browse files
authored
Merge pull request #13 from AsyncSwift/suggestion-deal-with-asynclocationman
Change readme.md
2 parents c4f0e71 + 6069a0a commit 53719e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Wrapper for Apple `CoreLocation` framework with new Concurency Model. No more `delegate` pattern or `completion blocks`.
88

99
### Install
10+
---
1011
##### SPM
1112
```swift
1213
dependencies: [
@@ -15,6 +16,7 @@ dependencies: [
1516
```
1617

1718

19+
:warning: **Initialize AsyncLocationManager only on synchronously MainThread**
1820

1921
```swift
2022
import AsyncLocationKit

0 commit comments

Comments
 (0)