Andrew Cantino 12 년 전
부모
커밋
6e6c15cdcb
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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