From 991edbc0ba63cb27e88339b91ffadc171bc18c83 Mon Sep 17 00:00:00 2001 From: Iman Date: Tue, 12 Dec 2023 19:51:13 +0330 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a4c5cf..786552d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Mock your eloquent queries without the repository pattern. [![Required Laravel Version][ico-laravel]][link-packagist] Required PHP Version [![tests](https://github.com/imanghafoori1/eloquent-mockery/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/imanghafoori1/eloquent-mockery/actions/workflows/tests.yml) -[![Imports](https://github.com/imanghafoori1/eloquent-mockery/actions/workflows/imports.yml/badge.svg?branch=master)](https://github.com/imanghafoori1/eloquent-mockery/actions/workflows/imports.yml) +[![Imports](https://github.com/imanghafoori1/eloquent-mockery/actions/workflows/imports.yml/badge.svg?branch=main)](https://github.com/imanghafoori1/eloquent-mockery/actions/workflows/imports.yml) Software License ### Why this package was invented? @@ -20,7 +20,7 @@ composer require imanghafoori/eloquent-mockery --dev dev-main ``` ## Usage: -First you have to define a new connection in your `config/database.php` and set the driver to 'arrayDB'. +First, you have to define a new connection in your `config/database.php` and set the driver to 'arrayDB'. ```php