Skip to content

Commit

Permalink
Merge pull request #53 from simi/patch-1
Browse files Browse the repository at this point in the history
Fix example in README.md
  • Loading branch information
hsbt authored Jan 6, 2021
2 parents 5282c60 + db61703 commit 7e30ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Or install it yourself as:

# Create a Logger that prints to STDERR
error_log = Logger.new(STDERR)
error_log = Logger.error("fatal error")
error_log = error_log.error("fatal error")

## Development

Expand Down

0 comments on commit 7e30ea3

Please sign in to comment.