Skip to content

Commit

Permalink
[DOC] Add description to ext_emconf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Rauch committed Oct 23, 2015
1 parent ae74c24 commit ea9710c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$EM_CONF[$_EXTKEY] = array(
'title' => 'OpenWeatherMap PHP API for TYPO3',
'description' => '',
'description' => 'A TYPO3 service extension to facilitate usage of cmfcmf/OpenWeatherMap-PHP-Api in your projects',
'category' => 'services',
'author' => 'Felix Rauch',
'author_email' => '[email protected]',
Expand All @@ -21,4 +21,4 @@
'suggests' => array(
),
),
);
);

0 comments on commit ea9710c

Please sign in to comment.