Skip to content

Commit

Permalink
Replace Awesome Print to Amazing Print
Browse files Browse the repository at this point in the history
I assume "Awesome Print" is just the old doc remaining.
Ref: 22ca202
  • Loading branch information
y-yagi committed Sep 18, 2024
1 parent 9837e6b commit a2375a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ To show the Action View rendering messages in production:
config.rails_semantic_logger.rendered = true
~~~

#### Awesome Print Options
#### Amazing Print Options

The default Awesome Print options can be changed by supplying any valid Awesome Print options:
The default Amazing Print options can be changed by supplying any valid Amazing Print options:

~~~ruby
config.rails_semantic_logger.ap_options = {multiline: false}
Expand All @@ -266,7 +266,7 @@ See the [Amazing Print Documentation](https://github.com/amazing-print/amazing_p
Notes:

* The option `:multiline` is set to false if not supplied.
* Has no effect if Awesome Print is not installed.
* Has no effect if Amazing Print is not installed.

### Additional appenders

Expand Down

0 comments on commit a2375a1

Please sign in to comment.