Adds minor changes to README

This commit is contained in:
Athitya 2017-07-10 20:36:24 +05:30
parent e13eb59a28
commit 3fd597b31b

View file

@ -1,5 +1,8 @@
# Color LS
[![forthebadge](http://forthebadge.com/images/badges/made-with-ruby.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)
[![Gem Version](https://badge.fury.io/rb/colorls.svg)](https://badge.fury.io/rb/colorls)
[![Build Status](https://travis-ci.org/athityakumar/colorls.svg?branch=master)](https://travis-ci.org/athityakumar/colorls)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields)](http://makeapullrequest.com)
@ -9,6 +12,8 @@ A Ruby script that colorizes the `ls` output with color and icons. Here are the
![Example #1](readme/usage1.png)
*If you're interested in knowing the powerlevel9k configuration to get this prompt, have a look at [this gist](https://gist.github.com/athityakumar/1bd5e9e24cd2a1891565573a893993eb).*
# Table of contents
- [Usage](#usage)
@ -70,6 +75,8 @@ A Ruby script that colorizes the `ls` output with color and icons. Here are the
4. Start using `colorls` :tada:
5. Have a look at [Recommended configurations](#recommended-configurations).
# Recommended configurations
[(Back to top)](#table-of-contents)