From df44f201cba6700d38efd38ac6be2c781b68196e Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 9 Jun 2024 10:40:54 -0400 Subject: updated the example lua script in the readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8bb72f..cbc3ff0 100644 --- a/README.md +++ b/README.md @@ -558,7 +558,8 @@ rssfeeds: url: "https://www.youtube.com/feeds/videos.xml?channel_id=UCS4FAVeYW_IaZqAbqhlvxlA" ``` -`local milla = require("milla") +```lua +local milla = require("milla") local yaml = require("yaml") local http = require("http") local xmlpath = require("xmlpath") @@ -648,7 +649,7 @@ local function rss_feed() end end -r``lua +rss_feed() ``` ```lua -- cgit v1.2.3