From 20d36d00ba827c59baacb3e667da00c610e547a2 Mon Sep 17 00:00:00 2001 From: pakomp Date: Mon, 20 Nov 2017 11:34:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff45566..736f0ca 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A package that lets you plan changes to your models in a simple manner. ## Installation Require the package via composer ```bash -composer require dixie/eloquent-model-future +composer require pakomp/eloquent-model-future ``` Run the package migrations to create a `futures` table, that will hold every future of your selected models.