From 531a9784dad1e00800c1e25e94578a76418329a5 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 29 Jun 2015 18:13:45 -0400 Subject: [PATCH] make it clear as to what language --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7006ad..00f7f5b 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,12 @@ $ pod install Import the module: +Swift: ```swift import Socket_IO_Client_Swift ``` +Objective-C: ```Objective-C #import ```