Skip to content

Commit b8e07b3

Browse files
committed
Add missing assignment
1 parent 79d8ab3 commit b8e07b3

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)