Fix small typo in binwarp

This commit is contained in:
Alejandro Gallo 2023-02-15 02:20:19 +01:00
parent 4613a956ad
commit 03ed9d108f

View file

@ -16,7 +16,7 @@ configuring some non-lispy external tool.
To start using Binwarp, just load it into your StumpWM setup by adding either
#+BEGIN_SRC lisp
(load-module "binwarp)
(load-module "binwarp")
#+END_SRC
or
#+BEGIN_SRC lisp