From dd7dda53080a8d1eec96326f2ada8c7f18d9d237 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 4 Dec 2020 15:43:04 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d65e8d..b60a280 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $result = MediaConvert::listJobs(array $options); You can install the package via composer: ```bash -composer require meema/laravel-media-convert +composer require meema/laravel-media-converter ``` The package will automatically register itself.