Skip to content

Commit 08da676

Browse files
authored
doc: fix indentation in yaml example (#231)
1 parent 1336156 commit 08da676

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/serverless-offline-s3/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ The configuration of [`aws.S3`'s client](https://docs.aws.amazon.com/AWSJavaScri
6262

6363
```yml
6464
custom:
65-
serverless-offline-s3:
66-
endpoint: http://0.0.0.0:9000
67-
region: eu-west-1
68-
accessKey: minioadmin
69-
secretKey: minioadmin
65+
serverless-offline-s3:
66+
endpoint: http://0.0.0.0:9000
67+
region: eu-west-1
68+
accessKey: minioadmin
69+
secretKey: minioadmin
7070
```

0 commit comments

Comments
 (0)