Skip to content

Commit bcdfd48

Browse files
committed
Update README.md
1 parent db80675 commit bcdfd48

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
@@ -170,7 +170,7 @@ getStockPrice.addChild(name: "m:StockName", value: "AAPL")
170170
print(soapRequest.xml)
171171
```
172172

173-
Or perhaps like this (see PR #186):
173+
Or perhaps like this, using result builders (see [#186](https://github.com/tadija/AEXML/pull/186)):
174174

175175
```swift
176176
@AEXMLDocumentBuilder
@@ -204,7 +204,7 @@ private func buildSoapEnvelope(
204204
- [Swift Package Manager](https://swift.org/package-manager/):
205205

206206
```swift
207-
.package(url: "https://github.com/tadija/AEXML.git", from: "4.6.1")
207+
.package(url: "https://github.com/tadija/AEXML.git", from: "4.7.0")
208208
```
209209

210210
- [Carthage](https://github.com/Carthage/Carthage):

0 commit comments

Comments
 (0)