diff --git a/README.md b/README.md index e6110d7..f690da5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Inspired from [clean-code-javascript](https://github.com/ryanmcdermott/clean-cod - [Error Handling](#error-handling) - [Formatting](#formatting) - [Comments](#comments) +- [Logging](#logging) - [Translations](#translations) ## Introduction @@ -3022,6 +3023,12 @@ function getActiveSubscriptions(): Promise { } ``` +**[⬆ back to top](#table-of-contents)** + +## Logging + + + **[⬆ back to top](#table-of-contents)** ## Translations