Skip to content

Commit

Permalink
Updated metadata for OpenweathermapBee
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Apr 26, 2019
1 parent 38a340f commit ff65ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bees/openweathermapbee/openweathermapbeefactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ func (factory *OpenweathermapBeeFactory) ID() string {

// Name returns the name of this Bee.
func (factory *OpenweathermapBeeFactory) Name() string {
return "Openweathermap"
return "OpenWeatherMap"
}

// Description returns the description of this Bee.
func (factory *OpenweathermapBeeFactory) Description() string {
return "Interacts with openweathermap"
return "Retrieves weather information from openweathermap.org"
}

// Image returns the filename of an image for this Bee.
Expand Down

0 comments on commit ff65ec3

Please sign in to comment.