README.md in whirly-0.2.0 vs README.md in whirly-0.2.1
- old
+ new
@@ -1,6 +1,6 @@
-# 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.png)](https://travis-ci.org/janlelis/whirly)
A simple, colorful and customizable terminal spinner library for Ruby. It comes with 17 custom spinners and also includes those from the [cli-spinners](https://github.com/sindresorhus/cli-spinners) project.
## Demonstration
### Bundled Whirly Spinners
@@ -59,9 +59,11 @@
```ruby
Whirly.start spinner: "pong", use_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.
### Configuring Whirly
You can pass the same options you would pass to `.start` to `.configure` instead to create a persistent configuration that will be used by `.start`: