From 4146ef21a45b24dad3aeded4c65a37f8fd290817 Mon Sep 17 00:00:00 2001 From: cubedro Date: Mon, 6 Apr 2015 07:26:44 +0300 Subject: [PATCH] added syntax highlighting in readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15d494d..c3fba6d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Make sure you have node.js and npm installed. Clone the repository and install the dependencies -``` +```bash git clone https://github.com/cubedro/eth-netstats cd eth-netstats npm install @@ -23,7 +23,7 @@ npm install ##Run -``` +```bash npm start ```