README.md in pretty_console_output-0.9.0 vs README.md in pretty_console_output-1.0.0
- old
+ new
@@ -1,9 +1,10 @@
Pretty Console Output ( for Ruby 2 / Rails )
=================================================
[![Gem Version](https://badge.fury.io/rb/pretty_console_output.svg)](https://badge.fury.io/rb/pretty_console_output)
+[![Build Status](https://travis-ci.org/guanting112/pretty_console_output.svg?branch=master)](https://travis-ci.org/guanting112/pretty_console_output)
[![Code Climate](https://codeclimate.com/github/guanting112/pretty_console_output/badges/gpa.svg)](https://codeclimate.com/github/guanting112/pretty_console_output)
Installation
--------
@@ -20,10 +21,12 @@
```
Usage
--------
+![usage_output](http://i.imgur.com/NmZh9CR.png)
+
```ruby
require 'pretty_console_output'
console = PrettyConsoleOutput::Console.new
@@ -37,11 +40,9 @@
console.error "upload/a05bf0.jpg Not Found"
console.tag "All Done"
console.done "OK: " + Time.now.to_s
```
-
-![usage_output](http://i.imgur.com/pgzrEjV.png)
LICENSE
--------
\ No newline at end of file