From 4a7cf1c52c38ac87802728378b815575f28dcdc6 Mon Sep 17 00:00:00 2001 From: "Nathan Brown (brownn28)" Date: Sun, 12 Jul 2020 03:20:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bafed8..f840b15 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # 370CT -This repository is a showcase of parallel and distributed programming, as well as programming with concurrency. It is written in C++, and uses OpenMPI, and utilises threads, critical sections and conditio variables. +This repository is a showcase of parallel and distributed programming, as well as programming with concurrency. It is written in C++, and uses OpenMPI, and utilises threads, critical sections and condition variables.