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]
[![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)
### 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