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
91
91
github "pusher/pusher-websocket-swift"
92
92
```
93
93
94
-
95
94
## Configuration
96
95
97
96
There 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
101
100
- ` encrypted (Bool) ` - whether or not you'd like to use encypted transport or not, default is ` true `
102
101
- ` autoReconnect (Bool) ` - set whether or not you'd like the library to try and autoReconnect upon disconnection
103
102
- ` 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
105
104
106
105
The ` authMethod ` parameter must be of the type ` AuthMethod ` . This is an enum defined as:
107
106
108
- #### Swift
109
107
``` swift
110
108
public enum AuthMethod {
111
109
case endpoint (authEndpoint : String )
@@ -889,7 +887,7 @@ The tests also get run on [Travis-CI](https://travis-ci.org/pusher/pusher-websoc
889
887
890
888
- If you have found a bug, please open an issue.
891
889
- 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 🙂 ).
893
891
894
892
895
893
## Credits
You can’t perform that action at this time.
0 commit comments