README.md in evrythng-0.0.5 vs README.md in evrythng-0.1.0
- old
+ new
@@ -7,8 +7,7 @@
gem install evrythng
## Usage
Evrythng.configure do |config|
- config.username = 'username' # your Evrythng username
- config.password = 'passw0rd' # your Evrythng password
+ config.token = 't0ken' # your Evrythng authentication token
end