Skip to content

Commit

Permalink
Fix source map example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weilu committed May 12, 2015
1 parent 053d907 commit 17011a8
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 @@ -152,7 +152,7 @@ var bundler = browserify({ debug: true })

bundler
.add('index.js')
.transform({ sourcemap: false }, 'uglifyify')
.transform('uglifyify')
.bundle()
.pipe(process.stdout)
```
Expand Down

0 comments on commit 17011a8

Please sign in to comment.