소스 검색

Remove typealias from README

Mattt Thompson 11 년 전
부모
커밋
9b0d28ffb8
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      README.md

+ 0 - 10
README.md

@@ -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.