readme.md in console-1.23.2 vs readme.md in console-1.23.3

- old
+ new

@@ -16,12 +16,18 @@ - Detailed logging of exceptions. - Beautiful logging to the terminal or structured logging using JSON. ## Usage -Please see the [project documentation](https://socketry.github.io/console). +Please see the [project documentation](https://socketry.github.io/console/) for more details. + - [Getting Started](https://socketry.github.io/console/guides/getting-started/index) - This guide explains how to use `console` for logging. + + - [Command Line](https://socketry.github.io/console/guides/command-line/index) - This guide explains how the `console` gem can be controlled using environment variables. + + - [Integration](https://socketry.github.io/console/guides/integration/index) - This guide explains how to integrate the `console` output into different systems. + ## Contributing We welcome contributions to this project. 1. Fork it. @@ -35,5 +41,11 @@ This project uses the [Developer Certificate of Origin](https://developercertificate.org/). All contributors to this project must agree to this document to have their contributions accepted. ### Contributor Covenant This project is governed by [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms. + +## See Also + + - [console-adapter-rails](https://github.com/socketry/console-adapter-rails) + - [console-adapter-sidekiq](https://github.com/socketry/console-adapter-sidekiq) + - [console-output-datadog](https://github.com/socketry/console-output-datadog)