From a66e3745fbb7b7734f888f616c8234f5b7ba0426 Mon Sep 17 00:00:00 2001 From: Ali Nazari Date: Tue, 29 Nov 2022 11:46:55 +0330 Subject: [PATCH] Fix bad markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 811817b..2c94de3 100644 --- a/README.md +++ b/README.md @@ -562,8 +562,8 @@ Having a good guideline for creating commits and sticking to it makes working wi - Produce readable production logging. Ideally use logging libraries to be used in production mode (such as [winston](https://github.com/winstonjs/winston) or [node-bunyan](https://github.com/trentm/node-bunyan)). - _Why:_ - > It makes your troubleshooting less unpleasant with colorization, timestamps, log to a file in addition to the console or even logging to a file that rotates daily. [read more...](https://blog.risingstack.com/node-js-logging-tutorial/) + _Why:_ + > It makes your troubleshooting less unpleasant with colorization, timestamps, log to a file in addition to the console or even logging to a file that rotates daily. [read more...](https://blog.risingstack.com/node-js-logging-tutorial/)