README.md in chatbase-0.1.02 vs README.md in chatbase-0.1.03
- old
+ new
@@ -19,10 +19,12 @@
bundle install chatbase
```
# Setup
-Initialize the the gem by setting your username and password:
+Initialize the the gem by setting your Agent Key (agent_key) and Agent Name (agent_name).
+
+eg: config/initializers/chatbase.rb
```
Chatbase.agent_key = 'your-agent-api-key'
Chatbase.agent_name = 'your-agent-name'
```