From 9b8a78a41753ae057777187fd69cdec7fdcf9380 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov <ivan.ukhov@gmail.com> Date: Mon, 25 Jan 2016 08:53:06 +0100 Subject: [PATCH] Adjust Content in README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 985cc0e..98beef0 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # TDDD25 The repository contains the documentation and source code of the programming -project of the course Distributed Systems (TDDD25). Refer to the [web page][1] -of the course for further information. +project of the course Distributed Systems (TDDD25). Please refer to the [web +page][1] of the course for further information. ## Content There are six labs: -0. Standalone Database -1. Client-Server Database -2. Middleware: Object Request Brokers -3. Middleware: Peer-to-Peer Communications -4. Middleware: Distributed Locks -5. Client-Server Database with Replicas +* Standalone Database (lab0) +* Client-Server Database (lab1) +* Middleware: Object Request Brokers (lab2) +* Middleware: Peer-to-Peer Communications (lab3) +* Middleware: Distributed Locks (lab4) +* Client-Server Database with Replicas (lab5) [1]: https://www.ida.liu.se/~TDDD25 -- GitLab