Add link to 12to13 and style

This commit is contained in:
Erik Little 2017-11-10 09:26:17 -05:00
parent f0a792bd51
commit c98df21747
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D
2 changed files with 5 additions and 1 deletions

View File

@ -63,6 +63,9 @@ SocketIOClient* socket = manager.defaultSocket;
## FAQS
Checkout the [FAQs](https://nuclearace.github.io/Socket.IO-Client-Swift/faq.html) for commonly asked questions.
Checkout the [12to13](https://nuclearace.github.io/Socket.IO-Client-Swift/12to13.html) guide for migrating to v13.
## Installation
Requires Swift 4/Xcode 9.x

View File

@ -40,8 +40,9 @@ The most obvious thing you will need to change is that instead of creating `Sock
`SocketManager` and either use the `defaultSocket` property if you don't need namespaces, or call the
`socket(forNamespace:)` method on the manager.
----------
## What things should I know?
# What things should I know?
How sockets are stored
---