Skip to content

Commit 6d38ffa

Browse files
committed
Merge branch 'master' of github.com:shakyShane/gulp-browser-sync
Conflicts: gulpfile-example-proxy.js
1 parent eaf9875 commit 6d38ffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ gulp.task('browser-sync', function() {
4444
```
4545
There's a [full list of available options](https://github.com/shakyShane/browser-sync/wiki/Working-with-a-Config-File) on the module's repo.
4646

47-
#NOTE: at least version 0.8.0 is required for streams support!
47+
**NOTE: at least version 0.8.0 is required for streams support!**
4848

49-
#Auto reload & CSS injecting
49+
###Auto reload & CSS injecting
5050
Streams are now supported in BrowserSync, so you can call `reload` when all your tasks are complete & all browsers will be informed of the changes.
5151

5252
**Gulp + SASS + CSS Injecting**

0 commit comments

Comments
 (0)