README.md in whirly-0.2.3 vs README.md in whirly-0.2.4

- old
+ new

@@ -1,8 +1,8 @@ -# Whirly 😀 [![[version]](https://badge.fury.io/rb/whirly.svg)](http://badge.fury.io/rb/whirly) [![[travis]](https://travis-ci.org/janlelis/whirly.png)](https://travis-ci.org/janlelis/whirly) +# Whirly 😀 [![[version]](https://badge.fury.io/rb/whirly.svg)](http://badge.fury.io/rb/whirly) [![[travis]](https://travis-ci.org/janlelis/whirly.svg)](https://travis-ci.org/janlelis/whirly) -A simple, colorful and customizable terminal spinner library for Ruby. It comes with 23 custom spinners and also includes those from the [cli-spinners](https://github.com/sindresorhus/cli-spinners) project. +A simple, colorful and customizable terminal spinner library for Ruby. It comes with 24 custom spinners and also includes those from the [cli-spinners](https://github.com/sindresorhus/cli-spinners) project. ## Demonstration ![](whirly.gif) @@ -58,10 +58,10 @@ ``` The `start` method takes a lot of options, like which spinner to use or an initial status. See further below for the full description of available options. ```ruby -Whirly.start spinner: "pong", use_color: false, status: "The Game of Pong" do +Whirly.start spinner: "pong", color: false, status: "The Game of Pong" do sleep 10 end ``` Also see the [examples directory](https://github.com/janlelis/whirly/tree/master/examples) for example scripts.