mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Update README.md
This commit is contained in:
parent
ee16be40bc
commit
6e46a12184
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -233,15 +233,15 @@ Supported color names:
|
|||
To use awesome_print as default formatter in irb and Rails console add the following
|
||||
code to your ~/.irbrc file:
|
||||
|
||||
require "awesome_print"
|
||||
AwesomePrint.irb!
|
||||
require "awesome_print"
|
||||
AwesomePrint.irb!
|
||||
|
||||
### PRY integration ###
|
||||
If you miss awesome_print's way of formatting output, here's how you can use it in place
|
||||
of the formatting which comes with pry. Add the following code to your ~/.pryrc:
|
||||
|
||||
require "awesome_print"
|
||||
AwesomePrint.pry!
|
||||
require "awesome_print"
|
||||
AwesomePrint.pry!
|
||||
|
||||
### Logger Convenience Method ###
|
||||
awesome_print adds the 'ap' method to the Logger and ActiveSupport::BufferedLogger classes
|
||||
|
@ -294,7 +294,7 @@ For example:
|
|||
* Make your feature addition or bug fix.
|
||||
* Add specs for it, making sure $ rake spec is all green.
|
||||
* Commit, do not mess with rakefile, version, or history.
|
||||
* Send me commit URL (*do not* send me pull requests).
|
||||
* Send me commit URL (*do not* send pull requests).
|
||||
|
||||
### Contributors ###
|
||||
|
||||
|
|
Loading…
Reference in a new issue