README.md in yano-0.1.0 vs README.md in yano-0.1.1
- old
+ new
@@ -11,14 +11,24 @@
```ruby
'y', 'yes', 'true', true, '1', 1, 'n', 'no', 'false', false, '0', 0
```
-## Install
+## Installation
+Add this line to your application's Gemfile:
+
```ruby
-$ gem install yano
+gem 'yano'
```
+
+And then execute:
+
+ $ bundle
+
+Or install it yourself as:
+
+ $ gem install memoist_redux
## Usage
```ruby
Yano.parse('y');