From f995b9ef37af0eacf827ed81ae325d78612c4b78 Mon Sep 17 00:00:00 2001 From: Peter Bakondy Date: Thu, 3 Dec 2015 12:15:20 +0100 Subject: [PATCH] Update README.md Add syntax highlighting. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6672969..bcbb51a 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Results in: Sometimes you need a bit more. If you would like to do custom processing, this is possible with a custom block, as demonstrated below. -``` +```html @@ -131,7 +131,7 @@ Sometimes you need a bit more. If you would like to do custom processing, this i With -``` +```js useref = require('useref') var result = useref(inputHtml, { // each property corresponds to any blocks with the same name, e.g. "build:import" @@ -144,7 +144,7 @@ var result = useref(inputHtml, { Becomes -``` +```html ```