Typo in readme

This commit is contained in:
Renaud Casenave-Péré 2021-12-10 21:49:31 +01:00
parent a5785fccb0
commit 54b9f4511d

View file

@ -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