From 3b8ff75edeb713dbd475321f3c326a39a2449652 Mon Sep 17 00:00:00 2001 From: saraswatrupendra <67823013+saraswatrupendra@users.noreply.github.com> Date: Fri, 2 Oct 2020 01:46:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d326a38..4074b04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Code Review Checklist: Java Concurrency - +//Read the file completely to understand all the things Design - [Concurrency is rationalized?](#rationalize) - [Can use patterns to simplify concurrency?](#use-patterns)