make it clear as to what language

This commit is contained in:
Erik 2015-06-29 18:13:45 -04:00
parent c34a660cae
commit 531a9784da

View File

@ -80,10 +80,12 @@ $ pod install
Import the module: Import the module:
Swift:
```swift ```swift
import Socket_IO_Client_Swift import Socket_IO_Client_Swift
``` ```
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>
``` ```