Skip to content

Commit 2e3e60d

Browse files
committed
Merge pull request #34 from backspace/fix-configuration-documentation
Add missing assignment
2 parents 79d8ab3 + b8e07b3 commit 2e3e60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ ember install ember-cli-deploy-s3-index
3030
- Place the following configuration into `config/deploy.js`
3131

3232
```javascript
33-
ENV['s3-index'] {
33+
ENV['s3-index'] = {
3434
accessKeyId: '<your-access-key>',
3535
secretAccessKey: '<your-secret>',
3636
bucket: '<your-bucket-name>'

0 commit comments

Comments
 (0)