From 14cea4114f3e33592b863fbc2d8d41c79ade9690 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 14 Aug 2014 00:15:27 +0100 Subject: [PATCH] Removed an extra bullet point --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 35fffa4..8145872 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -120,7 +120,7 @@ In your composer.json, add: ### Faker Usage -* We now use the faker package, so our `Zizaco\FactoryMuff\Wordlist` class has been removed. All your previous definitions should still work in as close to the same way as possible, but watch out for any minor differences. With the addition of the faker library, far more definitions are now possible since any definitions not natively provided by us, fall back to the faker package. Also, it should be noted you may use closures now to generate completely custom attributes. The new classes can be found under the `Zizaco\FactoryMuff\Kind` namespace. +We now use the faker package, so our `Zizaco\FactoryMuff\Wordlist` class has been removed. All your previous definitions should still work in as close to the same way as possible, but watch out for any minor differences. With the addition of the faker library, far more definitions are now possible since any definitions not natively provided by us, fall back to the faker package. Also, it should be noted you may use closures now to generate completely custom attributes. The new classes can be found under the `Zizaco\FactoryMuff\Kind` namespace. ### Installing This Version