From 2b1d5638b7f46ea930e0bcdf9ccad18b617a0277 Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Tue, 28 Mar 2017 17:46:52 +0200 Subject: [PATCH] use code-fence --- readme.markdown | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/readme.markdown b/readme.markdown index 1713f31..2bea671 100644 --- a/readme.markdown +++ b/readme.markdown @@ -26,10 +26,19 @@ John Gruber, creator of Markdown ([via](http://daringfireball.net/linked/2014/01 There are other ways to get the licenses than downloading the [latest release](https://github.com/idleberg/Creative-Commons-Markdown/releases/latest) in your browser: -- Clone repository `git clone https://github.com/idleberg/Creative-Commons-Markdown cc-md` -- Install with [Yarn](https://yarnpkg.com/en/) `yarn add cc-md` -- Install with [npm](https://nodejs.org) `npm install cc-md` -- Install with [Bower](https://bower.io) `bower install cc-md` +```bash +# Use git +$ git clone https://github.com/idleberg/Creative-Commons-Markdown cc-md + +# Yarn +$ yarn add cc-md + +# npm +$ npm install cc-md + +# Bower +$ bower install cc-md +``` ## Contribute