From 54b9f4511de49b4299fe908937a17bab9689b08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Fri, 10 Dec 2021 21:49:31 +0100 Subject: [PATCH] Typo in readme --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index d6d393c..52d9864 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