fix conflict

This commit is contained in:
Erik 2016-08-14 10:53:16 -04:00
parent b8d6c28ae4
commit d2cb8f2d9a
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -5,11 +5,7 @@ Socket.IO-client for iOS/OS X.
##Example
```swift
<<<<<<< HEAD
let socket = SocketIOClient(socketURL: NSURL(string: "http://localhost:8080")!, options: [.log(true), .forcePolling(true)])
=======
let socket = SocketIOClient(socketURL: NSURL(string: "http://localhost:8080")!, config: [.Log(true), .ForcePolling(true)])
>>>>>>> development
let socket = SocketIOClient(socketURL: NSURL(string: "http://localhost:8080")!, config: [.log(true), .forcePolling(true)])
socket.on("connect") {data, ack in
print("socket connected")