From 8e1dc1339ec1ef216f96fd338ed1d1c4c83dbf56 Mon Sep 17 00:00:00 2001 From: Cesar Andreu Date: Mon, 3 Nov 2014 14:00:25 -0800 Subject: [PATCH] make installation commands code snippets --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9977d93..86f8d62 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Install -------- Put this line in your Gemfile: - gem 'shareable' + `gem 'shareable'` Then run the bundle command: - bundle + `bundle` Usage ------