Skip to content

Commit

Permalink
Merge pull request #3 from devn/master
Browse files Browse the repository at this point in the history
README Update
  • Loading branch information
randland committed Mar 6, 2014
2 parents 82572e7 + 813df71 commit 65cb233
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
@@ -1,5 +1,13 @@
# Background

Colorful is a gem that provides color and effect support to native Ruby Strings when printed in an ANSI color supporting terminal.

# Getting Started

Either `gem install colorful` or add `gem 'colorful'` to your `Gemfile` if you're using bundler.

# Usage

The following code will print "Test" in red using the terminal's color scheme:

puts "Test".red
Expand Down

0 comments on commit 65cb233

Please sign in to comment.