Fix description in composer.json

This commit is contained in:
Jan Vlnas 2013-03-13 23:59:40 +01:00
parent f2c8df2348
commit 55b8bc28c1

View File

@ -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": "*"
}
}
}