diff --git a/README.md b/README.md index 69c976e..37055ae 100644 --- a/README.md +++ b/README.md @@ -95,15 +95,13 @@ $ pod install Import the module: Swift: -``` -swift +```swift import Socket_IO_Client_Swift ``` Objective-C: -``` -Objective-C +```Objective-C #import ```