Skip to content

Commit

Permalink
fix: plus sign missing (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
muzea authored and mzgoddard committed Jul 7, 2018
1 parent 853544b commit 8885f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ This uses the npm `node-object-hash` module with sort set to false to hash the o

```js
configHash: function() {
return process.env.NODE_ENV + '-' process.env.BABEL_ENV;
return process.env.NODE_ENV + '-' + process.env.BABEL_ENV;
}
```

Expand Down

0 comments on commit 8885f10

Please sign in to comment.