From 8cf3b6e79a151fc81e3326c33d6d24213007740a Mon Sep 17 00:00:00 2001 From: Berkay Date: Sat, 27 Oct 2018 21:20:51 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 914a2b6..9938653 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Java Multithreading -This repository contains all the codes required for the ultimate Java multithreading course (by John Purcell) +This repository contains all the codes required for the ultimate Java multithreading course. We recommend the codes for those interested in understanding the multithreading. The code is written in Java and the topics are numbered by following the lecture content of John Purcell's Java-MultiThreading (https://caveofprogramming.teachable.com/p/java-multithreading) course. -[See the course content](https://caveofprogramming.teachable.com/p/java-multithreading) ## Java Multithreading Topics: From f0025ce4ad812473f1dcae6181d25269347cf494 Mon Sep 17 00:00:00 2001 From: Berkay Date: Sat, 27 Oct 2018 21:21:34 -0400 Subject: [PATCH 2/3] Update README.md read me updated. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9938653..ee45668 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ - # Java Multithreading -This repository contains all the codes required for the ultimate Java multithreading course. We recommend the codes for those interested in understanding the multithreading. The code is written in Java and the topics are numbered by following the lecture content of John Purcell's Java-MultiThreading (https://caveofprogramming.teachable.com/p/java-multithreading) course. +This repository contains all the codes required for the ultimate Java multithreading course. We recommend the codes for those interested in understanding the multithreading. The code is written in Java and the topics are numbered by following the lecture content of John Purcell's [Java-MultiThreading](https://caveofprogramming.teachable.com/p/java-multithreading) course. ## Java Multithreading Topics: From 2dac69bb8e2706d60711b1b65a12437190e18c31 Mon Sep 17 00:00:00 2001 From: Berkay Date: Sun, 28 Oct 2018 05:35:05 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee45668..6d91e04 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Java Multithreading -This repository contains all the codes required for the ultimate Java multithreading course. We recommend the codes for those interested in understanding the multithreading. The code is written in Java and the topics are numbered by following the lecture content of John Purcell's [Java-MultiThreading](https://caveofprogramming.teachable.com/p/java-multithreading) course. +This repository contains all the codes required for the ultimate John Purcell's [Java-MultiThreading](https://caveofprogramming.teachable.com/p/java-multithreading) course. + +We recommend the codes for those interested in understanding the multithreading. The code is written in Java and the topics are numbered by following the lecture content. ## Java Multithreading Topics: