From 071f149756508a40154b6c71b485212106b2808f Mon Sep 17 00:00:00 2001 From: late-chapter-lived <107720872+late-chapter-lived@users.noreply.github.com> Date: Tue, 12 Sep 2023 06:33:50 -0600 Subject: [PATCH] Update README.md correcting spelling Corrected `chaptres` to `chapters` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f21f81c..fd198af 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $ pip install foliantcontrib.multiproject ## Config Extension to Resolve the !from Tag -This extension resolves the `!from` YAML tag in the project config and replaces the value of the tag with `chaptres` section of related subproject. +This extension resolves the `!from` YAML tag in the project config and replaces the value of the tag with `chapters` section of related subproject. Nested subprojects are processed recursively.