Преглед изворни кода

update readme for Wunderground api key in WeatherAgent options

Paweł Nguyen пре 12 година
родитељ
комит
545f900533
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -92,7 +92,7 @@ In your private copy of Huginn, do the following:
 
 #### Enable the WeatherAgent
 
-In order to use the WeatherAgent you need an [API key with Wunderground](http://www.wunderground.com/weather/api/).  Signup for one and then put it in `app/models/agents/weather_agent.rb` in the `wunderground` method.
+In order to use the WeatherAgent you need an [API key with Wunderground](http://www.wunderground.com/weather/api/). Signup for one and then change value of `api_key: your-key` in your seeded WeatherAgent.
 
 #### Logging your location to the UserLocationAgent