Skip to content

Commit d5b53c5

Browse files
authored
Update README.md
1 parent 5febfdf commit d5b53c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Swift](https://img.shields.io/badge/Swift-5.5-orange?style=flat)](https://img.shields.io/badge/Swift-5.5-Orange?style=flat)
55
[![Platforms](https://img.shields.io/badge/platforms-iOS--13%20|%20macOS(beta)%20|%20watchOS--6(beta)%20|%20tvOS(beta)-orange?style=flat)](https://img.shields.io/badge/platforms-iOS--13%20|%20macOS(beta)%20|%20watchOS--6(beta)%20|%20tvOS(beta)-orange?style=flat)
66

7-
Wrapper for Apple `CoreLocation` framework with new Concurency Model. No more `delegate` pattern or `completion blocks`.
7+
Wrapper for Apple `CoreLocation` framework with new Concurrency Model. No more `delegate` pattern or `completion blocks`.
88

99
### Install
1010
---
@@ -52,4 +52,4 @@ for await locationUpdateEvent in await asyncLocationManager.startUpdatingLocatio
5252
}
5353
```
5454

55-
If `Task` was canceled, Stream finished automaticaly.
55+
If `Task` was cancelled, Stream finished automaticaly.

0 commit comments

Comments
 (0)