From b065ab0c8d7163db38a0c2bd8438dfcdf63c8114 Mon Sep 17 00:00:00 2001 From: Ben Sherred Date: Mon, 11 Dec 2023 20:04:04 +0000 Subject: [PATCH] docs: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 975a707..143cd2c 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ composer require red-explosion/laravel-devtools --dev ## Usage -### Creating an S3 bucket +### Create an S3 bucket -Most of our projects use MinIO during local development to replicate and S3 bucket. When setting up projects for the +Most of our projects use MinIO during local development to replicate an S3 bucket. When setting up projects for the first time, you will often find yourself needing to create a bucket in MinIO. This package provides a helpful command to create the bucket automatically with the correct permissions.