Skip to content

Commit

Permalink
replace lips with scm extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 15, 2024
1 parent 3c8b6b1 commit c42e00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h1>
<pre><code class="language-bash">
## if installed as global just use
lips
lips foo.lips
lips foo.scm
## you can also run code as string
lips -e '(print "hello world")'
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ npm install -g @jcubic/lips@beta
<pre><code class="language-bash">
## if installed as global just use
lips
lips foo.lips
lips foo.scm
## you can also run code as string
lips -e '(print "hello world")'
</code></pre>
Expand Down

0 comments on commit c42e00e

Please sign in to comment.