diff --git a/README.md b/README.md index 19428e5..c3b6cd2 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ SocketIO-Kit is a [Socket.io](http://socket.io) iOS client with type safe, clean syntax and speed in mind. WebSocket is the only transport that is implemented and it uses [Starscream](https://github.com/daltoniam/Starscream). -[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) - -[![Version](https://img.shields.io/cocoapods/v/SocketIOKit.svg?style=flat)](http://cocoapods.org/pods/SocketIOKit) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Version](https://img.shields.io/cocoapods/v/SocketIOKit.svg?style=flat)](http://cocoapods.org/pods/SocketIOKit) ## Installation @@ -12,7 +10,7 @@ SocketIO-Kit is a [Socket.io](http://socket.io) iOS client with type safe, clean [Carthage]: https://github.com/Carthage/Carthage -``` +```ruby github "ricardopereira/SocketIO-Kit" ```