From 84b90410fe70def44f65543b4264456a2e3976d2 Mon Sep 17 00:00:00 2001 From: Joshua Appelman Date: Sat, 30 Aug 2014 23:10:03 +0200 Subject: [PATCH] Removes $ prefix from shell command, to allow for syntax highlighting. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 840573f..f2544e7 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ ones, they either do too much or not enough. ## Install ```sh -$ npm install --save chalk +npm install --save chalk ```