Skip to content

Commit 0c35abc

Browse files
authored
Merge pull request #238 from y-yagi/fix_doc_for_awesome_print
Replace Awesome Print to Amazing Print
2 parents 6e1291f + 7adfc5a commit 0c35abc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/rails_semantic_logger/options.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ module RailsSemanticLogger
2222
#
2323
# config.rails_semantic_logger.rendered = false
2424
#
25-
# * Override the Awesome Print options for logging Hash data as text:
25+
# * Override the Amazing Print options for logging Hash data as text:
2626
#
27-
# Any valid AwesomePrint option for rendering data.
27+
# Any valid Amazing Print option for rendering data.
2828
# The defaults can changed be creating a `~/.aprc` file.
29-
# See: https://github.com/michaeldv/awesome_print
29+
# See: https://github.com/amazing-print/amazing_print
3030
#
3131
# Note: The option :multiline is set to false if not supplied.
32-
# Note: Has no effect if Awesome Print is not installed.
32+
# Note: Has no effect if Amazing Print is not installed.
3333
#
3434
# config.rails_semantic_logger.ap_options = {multiline: false}
3535
#

0 commit comments

Comments
 (0)