From 5b1de5fd6588a6252cf3141c673d4c39a9023c42 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 19 Feb 2018 21:48:04 -0600 Subject: [PATCH] switch back to javascript highlighting (ick) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3ea9b2..e17f8cc 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ To work and compile your Sass files on the fly start: Or, to run with Browser-Sync: - First change the browser-sync options to reflect your environment in the file `/gulpconfig.json` in the beginning of the file: -```json +```javascript { "browserSyncOptions" : { "proxy": "localhost/theme_test/", // <----- CHANGE HERE