README.md in ruby-beautify-0.91.0 vs README.md in ruby-beautify-0.92.0
- old
+ new
@@ -2,20 +2,10 @@
This gem provides a cli binary named 'rbeautify' that will pretty up ruby code.
## Installation
-Add this line to your application's Gemfile:
-
- gem 'ruby-beautify'
-
-And then execute:
-
- $ bundle
-
-Or install it yourself as:
-
$ gem install ruby-beautify
## Usage
To Pretty up a file:
@@ -31,10 +21,9 @@
$ curl 'http://example.org/ugly-file.rb' | rbeautify
It has help:
$ rbeautify -h
-
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)