From d7af13dbaabe6af5784e0b20e98e73a56dda9faf Mon Sep 17 00:00:00 2001 From: idori Date: Sat, 23 Sep 2017 22:25:46 +0300 Subject: [PATCH] Update readme-copy.md --- readme-copy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-copy.md b/readme-copy.md index 0c3028f5..bf71ffdf 100644 --- a/readme-copy.md +++ b/readme-copy.md @@ -44,7 +44,7 @@ This repository summarizes and curates most of the knowledge gathered to date on **Otherwise:** Node.JS callback style, function(err, response), is a promising way to un-maintainable code due to the mix of error handling with casual code, excessive nesting and awkward coding patterns -🔗 [Further Reading: Use async-await for async error handling](/sections/errorhandling/asyncawait.md) +🔗 [**Use async-await for async error handling**](/sections/errorhandling/asyncawait.md) # Going To Production Practices