From 27f6489b78467e281716440d125822ce4373a940 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 28 Feb 2017 22:34:51 -0500 Subject: [PATCH] docs: update install code block style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70f8f2be..10d2f49d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is a [Node.js](https://nodejs.org/en/) module available through the [npm registry](https://www.npmjs.com/). Installation is done using the [`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): -```bash +```sh $ npm install express-session ```