From fc714660379f53bb43ab437e8e70f51c902e0ee4 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Mon, 26 Mar 2018 13:26:02 +0200 Subject: [PATCH] readme: enable highlighting of code blocks --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9977341..a0ee36e 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,23 @@ The equivalent concatenation: 1. Install: - $ npm install string-format + ```console + $ npm install string-format + ``` 2. Require: - var format = require('string-format') + ```javascript + var format = require('string-format') + ``` #### Browser 1. Define `window.format`: - + ```html + + ``` ### Modes