diff --git a/README.md b/README.md index 00fc5ca..0d90a2f 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ npm install --save serverless-client-s3 ```yaml plugins: - serverless-client-s3 - custom: - client: - bucketName: serverless-client-bucketname +custom: + client: + bucketName: serverless-client-bucketname ``` * **Warning:** The plugin will overwrite any data you have in the bucket name you set above if it already exists.