diff --git a/dist/index.html b/dist/index.html index 737b3d4..a6bf57f 100644 --- a/dist/index.html +++ b/dist/index.html @@ -110,13 +110,13 @@

Easy Installation

-

Just run composer require and move your tenant routes.

+

Just install the package and move your tenant routes.

 $ composer require stancl/tenancy
-$ move routes/web.php routes/tenant.php
-$ touch routes/web.php
+$ php artisan tenancy:install +$ mv routes/web.php routes/tenant.php