From 3e943a8e816ce6219658b18e6c065992258f3a51 Mon Sep 17 00:00:00 2001 From: Ryan Bibby Date: Thu, 12 Jan 2023 08:47:48 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d22e7b..bded19f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Filters like `/pets?name:in=Snoopy,Hobbes` will be applied to your query builder First, use composer to require the package as below: ``` -composer require ukfast/laravel-sieve +composer require ans-group/laravel-sieve ``` In Laravel the service provider will be automatically discovered.