From 3315304dd1719090231d742e962ec56baa623883 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sun, 14 Aug 2022 18:24:54 +0500 Subject: [PATCH] fix: typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 15a821a..4ce3c61 100644 --- a/README.org +++ b/README.org @@ -23,7 +23,7 @@ My preferred way is =use-package= with =straight.el=: #+begin_src emacs-lisp (use-package pomm :straight t - :commands (pomm pomm-thrid-time)) + :commands (pomm pomm-third-time)) #+end_src Or you can clone the repository, add the package to the =load-path= and load it with =require=: