fix swift syntax highlighting

This commit is contained in:
Erik Little 2019-11-25 14:18:37 -05:00
parent eb47dcadd4
commit 68376581a0
No known key found for this signature in database
GPG Key ID: 62F837E56F4E9320

View File

@ -4,7 +4,7 @@
Socket.IO-client for iOS/OS X. Socket.IO-client for iOS/OS X.
## Example ## Example
``` ```swift
import SocketIO import SocketIO
let manager = SocketManager(socketURL: URL(string: "http://localhost:8080")!, config: [.log(true), .compress]) let manager = SocketManager(socketURL: URL(string: "http://localhost:8080")!, config: [.log(true), .compress])