From f954f08145585841c1d30f221e6cfa322c9f37c8 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 17 Jul 2020 16:56:06 +0200 Subject: [PATCH] README: Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2b97e70..76ebdf87 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ maintains an array of paths to load data from in: `Carmen.data_paths`. The struc files in each of these paths should mirror those in the `iso_data` path Carmen ships with. To add a new country to the system, you would create a directory (let's use `my_data` as an example), -and create a `world.yml` file inside it. Then add the path to Carman: +and create a `world.yml` file inside it. Then add the path to Carmen: Carmen.append_data_path File.expand_path('../my_data', __FILE__)