From 27fd594a2bacb06c54a5879d396c484f9f1440a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Thu, 9 Dec 2021 14:06:22 +0100 Subject: [PATCH] type in README.org --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index eaf160a..ee163f1 100644 --- a/README.org +++ b/README.org @@ -87,7 +87,7 @@ You can even do that directly in emacs with the following code: #+BEGIN_SRC emacs-lisp (let ((httpd-port 8000)) ; default 8080 port is already used by the sdk build engine - (call-interactively ’httpd-serve-directory)) + (call-interactively 'httpd-serve-directory)) #+END_SRC * Customize