Skip to content

Commit 7a7f8ad

Browse files
committed
Do not say 'your iOS project' in README
1 parent 0b6dbe1 commit 7a7f8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func testMainActorQueueOrdering() async {
179179

180180
### Swift Package Manager
181181

182-
To install swift-async-queue in your iOS project with [Swift Package Manager](https://github.com/apple/swift-package-manager), the following lines can be added to your `Package.swift` file:
182+
To install swift-async-queue in your project with [Swift Package Manager](https://github.com/apple/swift-package-manager), the following lines can be added to your `Package.swift` file:
183183

184184
```swift
185185
dependencies: [
@@ -189,7 +189,7 @@ dependencies: [
189189

190190
### CocoaPods
191191

192-
To install swift-async-queue in your iOS project with [CocoaPods](http://cocoapods.org), add the following to your `Podfile`:
192+
To install swift-async-queue in your project with [CocoaPods](http://cocoapods.org), add the following to your `Podfile`:
193193

194194
```
195195
platform :ios, '13.0'

0 commit comments

Comments
 (0)