From 7c7ba2839193a352c49433850afbcb3511659dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 3 Jul 2019 19:19:19 +0200 Subject: [PATCH] implementation -> package --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4191d9e4..1c48709c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Travis CI build](https://travis-ci.com/stancl/tenancy.svg?branch=master)](https://travis-ci.com/stancl/tenancy) [![codecov](https://codecov.io/gh/stancl/tenancy/branch/master/graph/badge.svg)](https://codecov.io/gh/stancl/tenancy) -### *A Laravel multi-database tenancy implementation that respects your code.* +### *A Laravel multi-database tenancy package that respects your code.* You won't have to change a thing in your application's code.\* diff --git a/composer.json b/composer.json index 0d77a1de..8d3aec87 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "stancl/tenancy", - "description": "A Laravel multi-database tenancy implementation that respects your code.", + "description": "A Laravel multi-database tenancy package that respects your code.", "keywords": ["laravel", "multi-tenancy", "multi-database", "tenancy"], "license": "MIT", "authors": [