From c98df217475b24ee6552c2b2e97c7ea7cfb32f42 Mon Sep 17 00:00:00 2001 From: Erik Little Date: Fri, 10 Nov 2017 09:26:17 -0500 Subject: [PATCH] Add link to 12to13 and style --- README.md | 3 +++ Usage Docs/12to13.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e897b50..e7c7c70 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Usage Docs/12to13.md b/Usage Docs/12to13.md index 085b501..01b9d70 100644 --- a/Usage Docs/12to13.md +++ b/Usage Docs/12to13.md @@ -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 ---