Skip to content

Commit

Permalink
Merge jcubic:pr-build-fix into dragoncoder047:devel
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoncoder047 authored Nov 10, 2023
2 parents 3bd529a + cab80df commit f03c84f
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 @@ -95,7 +95,7 @@ The simplest way is to include the lips code in the script tag:
<script type="text/x-scheme" bootstrap>
(let ((what "world")
(greet "hello"))
(display (string-append "hello" " " what)))
(display (string-append greet " " what)))
</script>
```

Expand Down

0 comments on commit f03c84f

Please sign in to comment.