From 5cad27d78922b62da8cfd45089348acc20e52843 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Wed, 11 Apr 2018 13:23:06 -0500 Subject: [PATCH] link MR project into main README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39ee55c..ab49e56 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ journey; you'll have to do more on your own to truly become proficient. ### Concurrency * [Parallel Zip](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-pzip) +* [MapReduce](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-mapreduce) * Web Server * Web Crawler - ### File Systems ### Distributed Systems