Andrew Cantino 12 years ago
parent
commit
6e6c15cdcb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/models/agents/weather_agent.rb

+ 3 - 1
app/models/agents/weather_agent.rb

@@ -5,7 +5,9 @@ module Agents
     cannot_receive_events!
 
     description <<-MD
-      The WeatherAgent created an event for the following day's weather at `zipcode`.
+      The WeatherAgent creates an event for the following day's weather at `zipcode`.
+
+      You must setup an API key for Wunderground in order to use this Agent.
     MD
 
     event_description <<-MD