File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ To integrate PusherSwift into your Xcode project using Carthage, specify it in y
9191github "pusher/pusher-websocket-swift"
9292```
9393
94-
9594## Configuration
9695
9796There are a number of configuration parameters which can be set for the Pusher client. For Swift usage they are:
@@ -101,11 +100,10 @@ There are a number of configuration parameters which can be set for the Pusher c
101100- ` encrypted (Bool) ` - whether or not you'd like to use encypted transport or not, default is ` true `
102101- ` autoReconnect (Bool) ` - set whether or not you'd like the library to try and autoReconnect upon disconnection
103102- ` host (PusherHost) ` - set a custom value for the host you'd like to connect to, e.g. ` PusherHost.host("ws-test.pusher.com") `
104- - ` port (Int) ` - set a custom value for the port that you'd lilke to connect to
103+ - ` port (Int) ` - set a custom value for the port that you'd like to connect to
105104
106105The ` authMethod ` parameter must be of the type ` AuthMethod ` . This is an enum defined as:
107106
108- #### Swift
109107``` swift
110108public enum AuthMethod {
111109 case endpoint (authEndpoint : String )
@@ -889,7 +887,7 @@ The tests also get run on [Travis-CI](https://travis-ci.org/pusher/pusher-websoc
889887
890888- If you have found a bug, please open an issue.
891889- If you have a feature request, please open an issue.
892- - If you want to contribute, please submit a pull request (preferrably with some tests :) ).
890+ - If you want to contribute, please submit a pull request (preferrably with some tests 🙂 ).
893891
894892
895893## Credits
You can’t perform that action at this time.
0 commit comments