From c5c2e7e4a1dce90d64c5badf848fc5254f5b0be4 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sun, 22 Feb 2015 14:15:19 -0500 Subject: [PATCH] Updated code highlighting --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cf44645..da07a213 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,22 @@ Using The Command Line: **Github** - Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)). -- Clone to your machine ```git clone https://github.com/YOUR_USERNAME/AdminLTE.git"``` +- Clone to your machine +``` +git clone https://github.com/YOUR_USERNAME/AdminLTE.git" +``` **Bower** -```bower install git://github.com/almasaeed2010/AdminLTE.git``` +``` +bower install git://github.com/almasaeed2010/AdminLTE.git +``` **Composer** -```composer require "almasaeed2010/adminlte=~2.0"``` +``` +composer require "almasaeed2010/adminlte=~2.0" +``` Documentation =============