diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-06-09 14:40:54 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-06-09 14:40:54 +0000 |
commit | df44f201cba6700d38efd38ac6be2c781b68196e (patch) | |
tree | 96667613dd6ee2ee9529bbed26f77043263e2361 | |
parent | updated the example lua script in the readme (diff) | |
download | milla-df44f201cba6700d38efd38ac6be2c781b68196e.tar.gz milla-df44f201cba6700d38efd38ac6be2c781b68196e.zip |
updated the example lua script in the readme
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |