Skip to content

Commit

Permalink
~README
Browse files Browse the repository at this point in the history
  • Loading branch information
abdumu committed Nov 12, 2017
1 parent db64116 commit 466b40d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -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.
6 changes: 5 additions & 1 deletion 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": [
{
Expand Down

0 comments on commit 466b40d

Please sign in to comment.