README.rdoc in databasedotcom-1.0.7 vs README.rdoc in databasedotcom-1.0.8
- old
+ new
@@ -67,11 +67,11 @@
client.client_secret #=> bar
=== Usage in an application deployed on Heroku
You can use the <tt>heroku config:add</tt> command to set environment variables:
- heroku config:add DATABASEDOTCOM_CIENT_ID=foo
- heroku config:add DATABASEDOTCOM_CIENT_SECRET=bar
+ heroku config:add DATABASEDOTCOM_CLIENT_ID=foo
+ heroku config:add DATABASEDOTCOM_CLIENT_SECRET=bar
Then, when you create your client like:
client = Databasedotcom::Client.new
\ No newline at end of file