From c1d4c6f95fc80bc39fd299649dcf8b263a1412c3 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 4 Nov 2024 21:22:30 +0900 Subject: [PATCH] docs: update README.md Programatic -> Programmatic --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7d72ef..15a0459 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Templates allow you to output virtually any HTML you want to in the contents of * [Simple Hiding](#simple-hiding) * [Media Info when Playing](#media-info-when-playing) * [Always Displayed with Complex Template](#always-displayed-with-complex-template) - * [Programatic Sections](#programatic-sections) + * [Programmatic Sections](#programmatic-sections) * [License](#license) ### Features: @@ -219,9 +219,9 @@ This example will show a complex template logic that is always displayed because ``` -#### Programatic Sections +#### Programmatic Sections -Programatic setting of sections from long list for always displayed module: +Programmatic setting of sections from long list for always displayed module: This shows how you can use code to set the configuration for the module. It takes a long list of entities to watch and sets each of them as a section of the module to display only when opened.