Skip to content

Commit

Permalink
changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cowboy-coder committed Dec 17, 2012
1 parent c14baa0 commit e0e030c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -159,7 +159,7 @@ BundleUp(app, __dirname + '/assets', {
When using Express, you can easily have the development environment skip the CDN.

``` js
var staticUrlRoot = app.get('env') == "production" ? '///drhu3hxlexxxx.cloudfront.net/' : "/";
var root = app.get('env') == "production" ? '///drhu3hxlexxxx.cloudfront.net/' : "/";
...
staticUrlRoot: root
```
Expand Down

0 comments on commit e0e030c

Please sign in to comment.