diff --git a/composer.json b/composer.json index 5c0bb59..25ef6bd 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "silverstripe/textextraction", "type": "silverstripe-module", - "description": "Calendar for SilverStripe CMS", + "description": "Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)", "homepage": "http://silverstripe.org", "license": "BSD-3-Clause", "keywords": ["silverstripe", "fulltext", "pdf"], @@ -21,4 +21,4 @@ "silverstripe/framework": "~3.0", "guzzle/http": "*" } -} \ No newline at end of file +}