From b89bb5a53ef76d1f3fe153d23e03b601d39e7d67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Kvarnstr=C3=B6m?= <jonas.kvarnstrom@liu.se>
Date: Fri, 27 Aug 2021 07:53:04 +0000
Subject: [PATCH] Update for 2021

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e6084b8..7637e19 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
 # StarCraft II Python Bot
-This repository contains a passive PyCommandCenter-based bot for StarCraft II. It is intended to be a reasonable starting-point for creating your own StarCraft II-playing system.
+This repository contains a passive PyCommandCenter-based bot for StarCraft II. It is intended to be a reasonable starting point for creating your own StarCraft II-playing system.
 
 ## Setup for creating your own bot
 
-1. Locate your own fork ("copy") of this project and its repository. If you are participating in TDDD92 or TDDE25, **you should *not* create your own fork!**  Instead, begin by registering your group in Webreg.  We periodically run a script that forks this project for all registered groups, placing projects in the [TDDD92-2020 group](https://gitlab.liu.se/tddd92-2020) or the [TDDE25-2020 group](https://gitlab.liu.se/tdde25-2020).  We will require you to use these projects and repositories.
+1. You need to have your own fork ("copy") of this project and its repository. If you are participating in TDDD92, **you should *not* create your own fork!**  Instead, begin by registering your group in Webreg.  We periodically run a script that forks this project for all registered groups, placing projects in the [TDDD92-2021 group](https://gitlab.liu.se/tddd92-2021).  We will require you to use these projects and repositories.
 
 2. Now clone the repository from Gitlab using the following command: `git clone <path>`, where `<path>` is shown when you press the blue button *Clone* in the top-right corner on your repository page. If you have configured SSH-access, then use the SSH link, otherwise use the HTTP link.
 
-3. Next, setup the library in PyCharm. See [PyCommandCenter's page on PyCharm](https://gitlab.liu.se/starcraft-ai-course/pycommandcenter/blob/master/pycharm.md) for instructions.
+3. Next, set up the library in PyCharm. See [PyCommandCenter's page on PyCharm](https://gitlab.liu.se/starcraft-ai-course/pycommandcenter/blob/master/pycharm.md) for instructions.
 
 4. Everything is now ready for PyCharm: Start PyCharm, and then select "Open" and navigate to the location you cloned your fork of this repository to.
 
-- 
GitLab