Skip to content

Commit

Permalink
fix readme example typo
Browse files Browse the repository at this point in the history
  • Loading branch information
versecafe committed Aug 9, 2024
1 parent cd73899 commit fba0fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gleam add webls@1
```

```gleam
import webls/rss{RssChannel, RssItem}
import webls/rss.{RssChannel, RssItem}
pub fn generate_rss_feed() -> String {
let channels = [
Expand Down

0 comments on commit fba0fa9

Please sign in to comment.