From 466b40d4f7801cd3915af1588fa424b9f6ff22fd Mon Sep 17 00:00:00 2001 From: Abdulrahman Date: Sun, 12 Nov 2017 03:39:40 +0300 Subject: [PATCH] ~README --- README.md | 6 ++++++ composer.json | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b17377c..9c4987c 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,10 @@ $output = (new Converter) ->get(); // gets converted code ``` +## Install +You can install the package via composer: +`composer require abdumu/tailwindo` + +## License +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. \ No newline at end of file diff --git a/composer.json b/composer.json index 6a802ba..f88187f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,11 @@ { "name": "abdumu/tailwindo", "description": "Convert Bootstrap CSS to Tailwind CSS", - "type": "library", + "keywords": [ + "Tailwind", + "Bootstrap" + ], + "homepage": "https://github.com/abdumu/tailwindo", "license": "MIT", "authors": [ {