Skip to content

Commit 4699a60

Browse files
committed
Tiny readme tidy ups
1 parent 7cdd8e6 commit 4699a60

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ To integrate PusherSwift into your Xcode project using Carthage, specify it in y
9191
github "pusher/pusher-websocket-swift"
9292
```
9393

94-
9594
## Configuration
9695

9796
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
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

106105
The `authMethod` parameter must be of the type `AuthMethod`. This is an enum defined as:
107106

108-
#### Swift
109107
```swift
110108
public 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

0 commit comments

Comments
 (0)