README.md in ougai-1.8.3 vs README.md in ougai-1.8.4
- old
+ new
@@ -7,11 +7,11 @@
[![Code Climate](https://codeclimate.com/github/tilfin/ougai/badges/gpa.svg)](https://codeclimate.com/github/tilfin/ougai)
[![Test Coverage](https://codeclimate.com/github/tilfin/ougai/badges/coverage.svg)](https://codeclimate.com/github/tilfin/ougai/coverage)
A structured logging system is capable of handling a message, structured data or an exception easily.
It has JSON formatters compatible with [Bunyan](https://github.com/trentm/node-bunyan) or [pino](https://github.com/pinojs/pino) for Node.js and
-human readable formatter with [Awesome Print](https://github.com/awesome-print/awesome_print) for console.
+human readable formatter with [Amazing Print](https://github.com/amazing-print/amazing_print) for console.
## Installation
Add this line to your application's Gemfile:
@@ -333,13 +333,13 @@
If you use *Ougai::Formatters::Pino*, you can use command [pino](https://github.com/pinojs/pino) as well as [bunyan](https://github.com/trentm/node-bunyan).
## Use human Readable formatter for console
-Add awesome_print to Gemfile and `bundle`
+Add amazing_print to Gemfile and `bundle`
```ruby
-gem 'awesome_print'
+gem 'amazing_print'
```
Set *Ougai::Formatters::Readable* instance to `formatter` accessor
```ruby