Add link to 12to13 and style
This commit is contained in:
parent
f0a792bd51
commit
c98df21747
@ -63,6 +63,9 @@ SocketIOClient* socket = manager.defaultSocket;
|
|||||||
## FAQS
|
## FAQS
|
||||||
Checkout the [FAQs](https://nuclearace.github.io/Socket.IO-Client-Swift/faq.html) for commonly asked questions.
|
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
|
## Installation
|
||||||
Requires Swift 4/Xcode 9.x
|
Requires Swift 4/Xcode 9.x
|
||||||
|
|
||||||
|
|||||||
@ -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
|
`SocketManager` and either use the `defaultSocket` property if you don't need namespaces, or call the
|
||||||
`socket(forNamespace:)` method on the manager.
|
`socket(forNamespace:)` method on the manager.
|
||||||
|
|
||||||
|
----------
|
||||||
|
|
||||||
## What things should I know?
|
# What things should I know?
|
||||||
|
|
||||||
How sockets are stored
|
How sockets are stored
|
||||||
---
|
---
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user