提交 9b0d28ff 编写于 作者: M Mattt Thompson

Remove typealias from README

上级 34f8f2f0
......@@ -308,16 +308,6 @@ $ curl -i \
"http://httpbin.org/get?foo=bar"
```
### typealias
```swift
typealias AF = Alamofire
```
```swift
AF.request(.GET, "http://httpbin.org/ip")
```
### More Complex Use Cases
Much of the functionality described above is provided as a convenience API on top of something more extensible, closer to the Foundation URL Loading System. For more complex usage, such as creating a `NSURLSession` with a custom configuration or passing `NSURLRequest` objects directly, Alamofire provides API that can accommodate that.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册