Skip to content

Commit 4777a3d

Browse files
authored
Update README.md
1 parent b4b4422 commit 4777a3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# AsyncLocationKit
22

3+
[![Swift Package Manager](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat)](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat)
4+
[![Swift](https://img.shields.io/badge/Swift-5.5-orange?style=flat)](https://img.shields.io/badge/Swift-5.3_5.4_5.5-Orange?style=flat)
5+
36
Wrapper for Apple `CoreLocation` framework with new Concurency Model. No more `delegate` patter or `completion blocks`.
47

58
```swift
@@ -37,4 +40,4 @@ Task {
3740
}
3841
```
3942

40-
If `Task` was canceled, Stream finished automaticaly.
43+
If `Task` was canceled, Stream finished automaticaly.

0 commit comments

Comments
 (0)