Unverified Commit b010ee34 authored by Paul Gibbs's avatar Paul Gibbs Committed by GitHub
Browse files

Merge pull request #317 from barryhughes/patch-1

Fix typo in readme
parents f17559cb 7fa76f88
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.

---