mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Updated README
This commit is contained in:
parent
4ac2bfd653
commit
3fcea7fb05
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -1,7 +1,7 @@
|
||||||
## Awesome Print ##
|
## Awesome Print ##
|
||||||
Awesome Print is Ruby library that pretty prints Ruby objects in full color
|
Awesome Print is Ruby library that pretty prints Ruby objects in full color
|
||||||
exposing their internal structure with proper indentation. Rails ActiveRecord
|
exposing their internal structure with proper indentation. Rails ActiveRecord
|
||||||
objects are supported via included mixin.
|
objects are supported via included mixin.
|
||||||
|
|
||||||
### Installation ###
|
### Installation ###
|
||||||
$ # Installing as Ruby gem
|
$ # Installing as Ruby gem
|
||||||
|
@ -121,14 +121,14 @@
|
||||||
rails>
|
rails>
|
||||||
|
|
||||||
### Note on Patches/Pull Requests ###
|
### Note on Patches/Pull Requests ###
|
||||||
* Fork the project on Github.
|
* Fork the project on Github.
|
||||||
* Make your feature addition or bug fix.
|
* Make your feature addition or bug fix.
|
||||||
* Add specs for it, making sure $ rake spec is all green.
|
* Add specs for it, making sure $ rake spec is all green.
|
||||||
* Commit, do not mess with rakefile, version, or history.
|
* Commit, do not mess with rakefile, version, or history.
|
||||||
* Send me a pull request.
|
* Send me a pull request.
|
||||||
|
|
||||||
### License ###
|
### License ###
|
||||||
Copyright (c) 2010 Michael Dvorkin
|
Copyright (c) 2010 Michael Dvorkin
|
||||||
%w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@"
|
%w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@"
|
||||||
|
|
||||||
Released under the MIT license. See LICENSE file for details.
|
Released under the MIT license. See LICENSE file for details.
|
||||||
|
|
Loading…
Reference in a new issue