From bf86dd140db4d2c760c3c4334b2be7c249b746cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <david.bergstrom@liu.se> Date: Thu, 29 Aug 2019 14:15:46 +0200 Subject: [PATCH] Correct name of PyCommandCenter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a6a5a7..095db32 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # StarCraft II Python Bot -This repository contains a passive CommandCenterPy-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 -- GitLab