about summary refs log tree commit diff stats
path: root/lisp/js/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/js/README.md')
-rw-r--r--lisp/js/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/js/README.md b/lisp/js/README.md
index add85c9..e49585e 100644
--- a/lisp/js/README.md
+++ b/lisp/js/README.md
@@ -23,7 +23,7 @@ To run in the browser:
 	<script>
 		const ret = lisp.run(
 			`(print 
-				(add 3 3))`
+				(+ 3 3))`
 			);
 	</script>
 </body>