From f3023da35f8c918e79dcf99c051ee1c0869aa680 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov <ivan.ukhov@gmail.com> Date: Mon, 25 Jan 2016 08:50:35 +0100 Subject: [PATCH] Polish the README --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1ea87e0..985cc0e 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # TDDD25 -The repository contains the descriptions and source codes needed for the -programming project of the course Distributed Systems (TDDD25). Please refer to -the [web page][1] of the course for further information. +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. -## Assignments +## Content -There are six assignments: +There are six labs: -* 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) +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 [1]: https://www.ida.liu.se/~TDDD25 -- GitLab