diff --git a/README.md b/README.md index 908ffb7c..e933da7a 100644 --- a/README.md +++ b/README.md @@ -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; } ```