Update README.md

This commit is contained in:
kazuhiro4949 2016-05-01 14:56:17 +09:00
parent 6a197ebed5
commit 43d4f79c7a
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ xml["ResultSet", "Result", "Hit"].map { $0["Name"].text }
```
## Work with Alamofire
SwiftyXMLParser goes well with Alamofire. You can parse the response easily.
SwiftyXMLParser goes well with [Alamofire](https://github.com/Alamofire/Alamofire). You can parse the response easily.
```swift
import Alamofire