From 4d2d1d0622f23a401b9bc26d45292d881d5014eb Mon Sep 17 00:00:00 2001 From: Wahyudi <102675086+halowahyudi@users.noreply.github.com> Date: Sun, 3 Dec 2023 14:43:13 +0800 Subject: [PATCH] fix: not copyable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1f2f32..bf622e2 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ the _master_ branch by default, which might not be what you want). 1. Install the package via Composer: ```sh - $ composer require cviebrock/eloquent-sluggable + composer require cviebrock/eloquent-sluggable ``` The package will automatically register its service provider.