README.md in pwush-0.1.3 vs README.md in pwush-0.1.4
- old
+ new
@@ -15,20 +15,20 @@
gem 'pwush', '~> 0.1.0'
```
And then execute:
- $ bundle
+ $ bundle
Or install it yourself as:
- $ gem install pwush
+ $ gem install pwush
## Basic Usage
### Setup pwush client
```ruby
-MyPW = Pwush.new(auth: 'AUTH_KEY', app: 'APP_CODE')
+MyPW = Pwush.new(auth: 'AUTH_KEY', app: 'APP_CODE', timeout: { connect: 5, read: 10, write: 2 })
```
### Push message
```ruby
first_message = Pwush::Message.new(
content: { en: 'Hello' },