From becb898d52460494a4ba9bb21c368ab774dcd61c Mon Sep 17 00:00:00 2001 From: Maxime Renou Date: Tue, 12 May 2020 17:27:34 +0200 Subject: [PATCH] Fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e718287..9fa6d97 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ First in your composer.json, add: ``` "require": { - "bluescale/laravel-bmail": "dev-master" + "bluescale/laravel-mail": "dev-master" }, "repositories": [ { "type": "vcs", - "url": "https://git.bluesquare.io/bluescale/laravel-bmail" + "url": "https://git.bluesquare.io/bluescale/laravel-mail" } ] ``` @@ -21,7 +21,7 @@ First in your composer.json, add: Next, install the package: ```bash -composer update bluescale/laravel-bmail +composer update bluescale/laravel-mail ``` If you want to customize the config system: