Skip to content

Commit

Permalink
Fix reference to hello.fth
Browse files Browse the repository at this point in the history
  • Loading branch information
s-macke committed Sep 27, 2022
1 parent 96b6a34 commit f55b509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
.then(response => response.text())
.then(text => editor.setValue(text));
}
LoadForthFile("hello.f")
LoadForthFile("hello.fth")

</script>

Expand Down

0 comments on commit f55b509

Please sign in to comment.