Unverified Commit 7fa76f88 authored by Barry Hughes's avatar Barry Hughes Committed by GitHub
Browse files

Fix typo

parent f17559cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ composer require humanmade/s3-uploads

If you do not use Composer to manage plugins or other dependencies, you can install the plugin manually. Download the `manual-install.zip` file from the [Releases page](https://github.com/humanmade/S3-Uploads/releases) and extract the ZIP file to your `plugins` directory.

You can also `git clone` this repository, and run `compsoer install` in the plugin folder to pull in it's dependencies.
You can also `git clone` this repository, and run `composer install` in the plugin folder to pull in it's dependencies.

---