Skip to content

Commit 69a0449

Browse files
committed
Merge pull request #44 from AW-UC/master
Fix Readme
2 parents aaea5fb + 8bf7bf0 commit 69a0449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ ember install ember-cli-deploy-redis
3030
- Place the following configuration into `config/deploy.js`
3131

3232
```javascript
33-
ENV.redis {
33+
ENV.redis = {
3434
host: '<your-redis-host>',
3535
port: <your-redis-port>,
3636
password: '<your-redis-password>'
@@ -172,7 +172,7 @@ $ ember deploy:activate <revision-key>
172172
- Setting the `activateOnDeploy` flag in `deploy.js`
173173

174174
```javascript
175-
ENV.pipeline {
175+
ENV.pipeline = {
176176
activateOnDeploy: true
177177
}
178178
```

0 commit comments

Comments
 (0)