Skip to content

Commit 8bf7bf0

Browse files
ArneArne
authored andcommitted
Fix Readme
Those equality signs are definately needed.
1 parent aaea5fb commit 8bf7bf0

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)