From b05e413d6b32882132cffe36d0b0d30943b0109d Mon Sep 17 00:00:00 2001 From: eskrano Date: Mon, 20 Jul 2020 12:52:02 +0300 Subject: [PATCH] Update Readme.md, add license info --- Readme.md | 4 +++- composer.json | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 984c5f2..2dd06fe 100644 --- a/Readme.md +++ b/Readme.md @@ -8,7 +8,9 @@ ### Installation -Coming soon... +`` +composer require eskrano/quickbaserestapi +`` ### Examples (file) `` diff --git a/composer.json b/composer.json index 574ab83..81ae03c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "eskrano/quickbaserestapi", + "license": ["MIT"], "authors": [ { "name": "Alex Priadko",