From ac236264ed6d9e4e5eae6ca10488b011ebdd37ed Mon Sep 17 00:00:00 2001
From: "Egli Adrian (IT-SCI-API-PFI)" <adrian.egli@sbb.ch>
Date: Wed, 22 May 2019 09:43:23 +0200
Subject: [PATCH] text enhancement

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 9a5991b3..07ed6a56 100644
--- a/README.rst
+++ b/README.rst
@@ -24,7 +24,7 @@ It can be used for many learning task where a two-dimensional grid could be the
 
 Flatland delivers a python implementation which can be easily extended. And it provides different baselines for different environments.
 Each environment enables an interesting task to solve. For example, the mutli-agent navigation task for railway train dispatching is a very exciting topic.
-It can be easily extended or adapted to the airplane landing problem. This can further be the basic implementation for many other transportation planning task.
+It can be easily extended or adapted to the airplane landing problem. This can further be the basic implementation for many other task in transporation and logcistics.
 The railway environment has a very restricted transition behaviour. Trains can normally not run backwards and the have to follow rails.
 The can only switch cells along rails or the pass a switch in right direction. Thus the navigation behaviour of a train is very restricted.
 The planning problem where many agents share same infrastructure becomes mostly to an ordering problem.
-- 
GitLab