Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 5a417cf

Browse files
committed
Merge pull request #125 from jmeas/patch-1
Remove gutil.beep() from README example
2 parents b74a5ff + 8cdbc07 commit 5a417cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
var gutil = require('gulp-util');
2323

2424
gutil.log('stuff happened', 'Really it did', gutil.colors.magenta('123'));
25-
gutil.beep();
2625

2726
gutil.replaceExtension('file.coffee', '.js'); // file.js
2827

0 commit comments

Comments
 (0)