Skip to content

Commit 88b5a36

Browse files
authored
Update README.md
1 parent adb5cf7 commit 88b5a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A lightweight Multi-SMTP configuration helper for your CodeIgniter 4 application. This package allows you to use different email accounts simultaneously.
44

5-
![CodeIgniter](https://img.shields.io/badge/CodeIgniter-%5E4.8-blue)
5+
![CodeIgniter](https://img.shields.io/badge/CodeIgniter-%5E4.4.8-blue)
66
![PHP Version Require](https://img.shields.io/badge/PHP-%5E8.0-blue)
77

88
## Installation
@@ -21,7 +21,7 @@ After that, check the `app/Config/MultiEmail.php` file, and set it up with your
2121

2222
## Configuring SMTP in the `.env` File
2323

24-
We recommend setting the configuration for each SMTP email in the `.env` file instead of using `app/Config/MultiEmail`.
24+
We recommend setting the configuration for each SMTP email in the `.env` file instead of using `app/Config/MultiEmail.php`.
2525

2626
For example, you can proceed as follows:
2727

0 commit comments

Comments
 (0)