Added more explicit instructions for BrowserSync.

http vs no http more consistent.
This commit is contained in:
Julien Melissas
2015-03-11 15:04:17 -04:00
parent 6786e17a96
commit fce3433ff7
2 changed files with 20 additions and 1 deletions

View File

@@ -25,6 +25,6 @@
}
},
"config": {
"devUrl": "example.dev"
"devUrl": "http://example.dev"
}
}