Skip to content

Commit

Permalink
Merge pull request #1 from DannyBen/patch-1
Browse files Browse the repository at this point in the history
Fix README example.
  • Loading branch information
noteed authored Aug 16, 2024
2 parents 2a1024f + 2fe8955 commit 488801b
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 @@ -21,7 +21,7 @@ frag hello(name)
p Hello, #(name).
content
let values = data/values.json
let values = ./data/values.json
ul
for value in values
hello(value['username'])
Expand Down

0 comments on commit 488801b

Please sign in to comment.