From 46df6fc338a3919d8ef42f45860cef322c0688bb Mon Sep 17 00:00:00 2001
From: Vithanco <klaus@kneupner.de>
Date: Wed, 19 Jul 2023 05:59:58 +0200
Subject: [PATCH] first version

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

diff --git a/README.md b/README.md
index 565af23..be035d9 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ func makeItemHTML(for item: Item<Site>, context: PublishingContext<Site>) throws
                 SiteHeader(context: context, selectedSelectionID: item.sectionID)
                 ItemWrapper{
                     Article {
-                        Breadcrumps(section: context.sections[item.sectionID],item: item)   //relevant
+                        Breadcrumbs(section: context.sections[item.sectionID],item: item)   //relevant
                         H1(item.content.title)
                         Div(item.content.body).class("content")
                     }