Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesus authored Sep 21, 2024
1 parent 0ae9f37 commit 6b1bd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Add a template file called `hackernews.tpl` next to your `hackernews.pipet` file
```
<ul>
{{range $index, $item := index (index . 0) 0}}
<li>
{{index $item 0}} ({{index $item 1}})</li>{{end}}
<li>{{index $item 0}} ({{index $item 1}})</li>
{{end}}
</ul>
```

Expand Down

0 comments on commit 6b1bd13

Please sign in to comment.