Skip to content

Commit df44f20

Browse files
updated the example lua script in the readme
1 parent 9943716 commit df44f20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@ rssfeeds:
558558
url: "https://www.youtube.com/feeds/videos.xml?channel_id=UCS4FAVeYW_IaZqAbqhlvxlA"
559559
```
560560

561-
`local milla = require("milla")
561+
```lua
562+
local milla = require("milla")
562563
local yaml = require("yaml")
563564
local http = require("http")
564565
local xmlpath = require("xmlpath")
@@ -648,7 +649,7 @@ local function rss_feed()
648649
end
649650
end
650651
651-
r``lua
652+
rss_feed()
652653
```
653654

654655
```lua

0 commit comments

Comments
 (0)