Skip to content

Commit ef25481

Browse files
committed
Tiny readme updates
1 parent 5e5d326 commit ef25481

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,14 +393,16 @@ print(me)
393393

394394
## Testing
395395

396-
There are a set of tests for the library that can be run using the standard methods (Command-U in Xcode) when you have one the `PusherSwiftTests-*` schemes active in Xcode. The tests also get run on [Travis-CI](https://travis-ci.org/pusher/pusher-websocket-swift).
396+
There are a set of tests for the library that can be run using the standard methods (Command-U in Xcode) when you have one the `PusherSwiftTests-*` schemes active in Xcode.
397+
398+
The tests also get run on [Travis-CI](https://travis-ci.org/pusher/pusher-websocket-swift). See [.travis.yml](https://github.com/pusher/pusher-websocket-swift/blob/master/.travis.yml) for details on how the Travis tests are run.
397399

398400

399401
## Communication
400402

401-
- If you have found a bug, open an issue.
402-
- If you have a feature request, open an issue.
403-
- If you want to contribute, submit a pull request (preferrably with some tests :) ).
403+
- If you have found a bug, please open an issue.
404+
- If you have a feature request, please open an issue.
405+
- If you want to contribute, please submit a pull request (preferrably with some tests :) ).
404406

405407

406408
## Maintainers

0 commit comments

Comments
 (0)