Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Feb 13, 2022
1 parent 1abb45b commit f2738f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ plugins {

### Swift (Swift Package Manager)

All Swift implementations are also available via the Swift Package Manager.
The Swift implementations are available via the Swift Package Manager.
Just add it to your `Package.swift` file:
```swift
dependencies: [
Expand All @@ -85,8 +85,7 @@ Or add it in Xcode by going to `File` > `Add Packages...` and providing the URL:

### Swift (CocoaPods)

Now for Swift you can choose from a couple of implementations.
Add one or more of the following libraries to your `Podfile`:
If you use CocoaPods add one or more of the following libraries to your `Podfile`:
```ruby
pod 'KMPNativeCoroutinesAsync' # Swift 5.5 Async/Await implementation
pod 'KMPNativeCoroutinesCombine' # Combine implementation
Expand All @@ -96,7 +95,7 @@ pod 'KMPNativeCoroutinesRxSwift' # RxSwift implementation
## Usage

Using your Kotlin Coroutines code from Swift is almost as easy as calling the Kotlin code.
Just use the wrapper functions in Swift to get Observables, Publishers, AsyncStreams or async functions.
Just use the wrapper functions in Swift to get async functions, AsyncStreams, Publishers or Observables.

### Kotlin

Expand Down

0 comments on commit f2738f9

Please sign in to comment.