summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2016-11-07 09:42:57 +0000
committerAndres Rey <[email protected]>2016-11-07 09:42:57 +0000
commitd80c6892d95ada976503107ab95332c80cb19821 (patch)
tree4deee605155c9f4a2259566c8b2b28053cbcbd28 /composer.json
parent8ccd8a6d72509f25a6fe3c43b5d14baaa4b02bd9 (diff)
Project name to lowercase
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 5a26260..6eec5fd 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
- "name": "andreskrey/Readability",
+ "name": "andreskrey/readability.php",
"type": "library",
- "description": "A PHP port for Readability.js",
+ "description": "A PHP port of Readability.js",
"keywords": ["readability", "html"],
"homepage": "https://github.com/andreskrey/readability",
"license": "MIT",