diff --git a/index.html b/index.html index 939bde658..55461dd2f 100644 --- a/index.html +++ b/index.html @@ -192,7 +192,7 @@


 ## 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")'
     
diff --git a/index.tmpl b/index.tmpl index 763b3c430..47a23f0f1 100644 --- a/index.tmpl +++ b/index.tmpl @@ -103,7 +103,7 @@ npm install -g @jcubic/lips@beta

 ## 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")'