Skip to content

Commit

Permalink
updated the example lua script in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
terminaldweller committed Jun 9, 2024
1 parent 9943716 commit df44f20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -648,7 +649,7 @@ local function rss_feed()
end
end
r``lua
rss_feed()
```

```lua
Expand Down

0 comments on commit df44f20

Please sign in to comment.