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
8044d58a51
commit
7fe38425a5
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@ 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
|
||||||
$ gem install awesome_print
|
$ gem install awesome_print
|
||||||
|
|
||||||
# Installing as Rails plugin
|
# Installing as Rails plugin
|
||||||
$ ruby script/plugin install http://github.com/michaeldv/awesome_print_.git
|
$ ruby script/plugin install http://github.com/michaeldv/awesome_print_.git
|
||||||
|
|
||||||
$ # Cloning the repository
|
# Cloning the repository
|
||||||
$ git clone git://github.com/michaeldv/awesome_print_.git
|
$ git clone git://github.com/michaeldv/awesome_print_.git
|
||||||
|
|
||||||
### Usage ###
|
### Usage ###
|
||||||
|
@ -20,7 +20,7 @@ objects are supported via included mixin.
|
||||||
|
|
||||||
Default options:
|
Default options:
|
||||||
|
|
||||||
:miltiline => true,
|
:multiline => true,
|
||||||
:plain => false,
|
:plain => false,
|
||||||
:indent => 4,
|
:indent => 4,
|
||||||
:colors => {
|
:colors => {
|
||||||
|
|
Loading…
Reference in a new issue