update readme for Wunderground api key in WeatherAgent options

Paweł Nguyen 12 jaren geleden
bovenliggende
commit
545f900533
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -92,7 +92,7 @@ In your private copy of Huginn, do the following:
92 92
 
93 93
 #### Enable the WeatherAgent
94 94
 
95
-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.
95
+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.
96 96
 
97 97
 #### Logging your location to the UserLocationAgent
98 98