Fix syntax highlighting

This commit is contained in:
Tom Baranes 2015-10-07 15:27:40 +02:00
parent a0c213364d
commit 6d49c37fb8

View File

@ -95,15 +95,13 @@ $ pod install
Import the module: Import the module:
Swift: Swift:
``` ```swift
swift
import Socket_IO_Client_Swift import Socket_IO_Client_Swift
``` ```
Objective-C: Objective-C:
``` ```Objective-C
Objective-C
#import <Socket_IO_Client_Swift/Socket_IO_Client_Swift-Swift.h> #import <Socket_IO_Client_Swift/Socket_IO_Client_Swift-Swift.h>
``` ```