From ef7f493660954dc75e0f137f7cacfbdcff36f49f Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Thu, 28 Feb 2019 13:31:48 -0600 Subject: [PATCH] add link to webserver on main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1f552e..f375537 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ journey; you'll have to do more on your own to truly become proficient. ### Concurrency +* [Web Server](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-webserver) * [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