From 6418104f5cef867180d7b2ca5ddd0adbd5cd9e5e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 10 May 2020 22:22:03 +0100 Subject: [PATCH] README: typo; fixes #9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dca6da2..2ba9369 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The optional `path_length` and `path_width` arguments require additional explana `path_width` is easier to explain. It defaults to `1`, and is basically the number of nodes wide the path generated is. -Note that `path_width` must always be at least 1 less than the `path_height` in order to operate normally. +Note that `path_width` must always be at least 1 less than the `path_length` in order to operate normally. The last example below shows how to set the path length and width: