diff --git a/README.md b/README.md index 012d05a..c8f7d23 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# 📐 DB Draw +# DB Draw -**Generate an ER diagram from your existing database.** +**📐 Library to generate database diagrams.** [![Latest Stable Version](http://poser.pugx.org/jawira/db-draw/v)](https://packagist.org/packages/jawira/db-draw) [![.gitattributes](http://poser.pugx.org/jawira/db-draw/gitattributes)](https://packagist.org/packages/jawira/db-draw) diff --git a/composer.json b/composer.json index 2ccc4b8..50de92e 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,16 @@ { "name": "jawira/db-draw", "type": "library", - "description": "\ud83d\udcd0 Create an ER diagram from your existing DB", + "description": "\ud83d\udcd0 Library to generate database diagrams.", "keywords": [ "database", "db", "dbal", "diagram", - "doctrine" + "doctrine", + "php" ], + "homepage": "https://jawira.github.io/db-draw/", "license": "MIT", "authors": [ { @@ -44,5 +46,8 @@ "psr-4": { "Jawira\\DbDrawTests\\": "tests" } + }, + "support": { + "issues": "https://github.com/jawira/db-draw/issues" } }