From 1bc2d024660469cca72176bb8bba55a4229994c5 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Sun, 27 Aug 2017 20:45:12 -0400 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0689f7e..a84a8c3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Adds support for Temporal Models to Laravel 5.1+ You can install this package via Composer using this command: ```bash -composer require navjobs/temporal-model +composer require navjobs/temporal-models ``` Next, the model you wish to make temporal must have the following fields in its Schema: