From b166c1c12118b7e553222e374715f60d0f87f604 Mon Sep 17 00:00:00 2001 From: Tihomir Opacic Date: Mon, 1 Oct 2018 09:59:18 +0200 Subject: [PATCH] Corrected the wording. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d078552..19dbb50 100755 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ php artisan iseed my_table,another_table ### classnameprefix & classnamesuffix Optionally specify a prefix or suffix for the Seeder class name and file name. -This is useful if you want to create an additional seed for a table that has an existing seed without overwriting the existing. +This is useful if you want to create an additional seed for a table that has an existing seed without overwriting the existing one. Examples: