From df8b2d836e943cefcba8674fe83c3d118cf56153 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Tue, 25 Oct 2022 14:53:53 +0200 Subject: [PATCH] README: Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1acb38..af0a8ed 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Contains the ColumbusEnv. There exist two ways to implement new envs: - Subclassing ColumbusEnv and expanding _init_ and overriding _setup_. -- Using the ColumbusConfigDefined with a desired configuration. This makes configuring ColumbusEnvs via ClusterWorks2-configs possible. (See ColumbusConfigDefinedExample.md for an example of how the parameters are supposed to look like (uses yaml format), I don't have to to write a better documentation right now...) +- Using the ColumbusConfigDefined with a desired configuration. This makes configuring ColumbusEnvs via ClusterWorks2-configs possible. (See ColumbusConfigDefinedExample.md for an example of how the parameters are supposed to look like (uses yaml format), I don't have time to write a better documentation right now...) ##### Some caveats / infos