We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db80675 commit bcdfd48Copy full SHA for bcdfd48
README.md
@@ -170,7 +170,7 @@ getStockPrice.addChild(name: "m:StockName", value: "AAPL")
170
print(soapRequest.xml)
171
```
172
173
-Or perhaps like this (see PR #186):
+Or perhaps like this, using result builders (see [#186](https://github.com/tadija/AEXML/pull/186)):
174
175
```swift
176
@AEXMLDocumentBuilder
@@ -204,7 +204,7 @@ private func buildSoapEnvelope(
204
- [Swift Package Manager](https://swift.org/package-manager/):
205
206
207
- .package(url: "https://github.com/tadija/AEXML.git", from: "4.6.1")
+ .package(url: "https://github.com/tadija/AEXML.git", from: "4.7.0")
208
209
210
- [Carthage](https://github.com/Carthage/Carthage):
0 commit comments