From 0a974ce4dcdf1a85362f41fc8ace2b9d598c5759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=A4ttasch?= <benjamin.haettasch@cs.tu-darmstadt.de> Date: Thu, 17 Oct 2019 16:09:07 +0200 Subject: [PATCH] Fix typos in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3c89cdd..b3c1e502 100644 --- a/README.md +++ b/README.md @@ -141,8 +141,8 @@ Afterwards, you may check your setup by executing ``Utils/check.sh`` or ``Utils/ This repository contains a Django project called AKPlanning. The functionality is encapsulated into Django apps: -1. **AKModel**: This app contains the general Django models used to represent events, users, rooms, scheduling constraints etc. This app is a basic requirements for the other apps. Data Imoort/Export also goes here. +1. **AKModel**: This app contains the general Django models used to represent events, users, rooms, scheduling constraints etc. This app is a basic requirements for the other apps. Data Import/Export also goes here. 1. **AKDashboard**: This app provides a landing page for the project. Per Event it provides links to all relevant functionalities and views. 1. **AKSubmission**: This app provides forms to submit all kinds of AKs, edit or delete them, as well as a list of all submitted AKs for an event. -1. **AKScheduling**: This app allows organizers to schedule AKs, i.e. assigne rooms, slots, etc. Ir marks conflicts of all modeled constraints and assists in creating a suitable schedule. -1. **AKPlan**: This app diplays AKs and where/when they will take place for each event. Views are optimised according to usage/purpose. +1. **AKScheduling**: This app allows organizers to schedule AKs, i.e. assigning rooms, slots, etc. It marks conflicts of all modeled constraints and assists in creating a suitable schedule. +1. **AKPlan**: This app displays AKs and where/when they will take place for each event. Views are optimised according to usage/purpose. -- GitLab