Fix comment

This commit is contained in:
Andros Fenollosa
2024-02-20 11:57:08 +01:00
parent 3591b590fc
commit 7029385d1e
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ You need to have `straight` installed.
Then, add it to your `init.el`.
```elisp
(use-package learning-irregular-verbs-in-english
(use-package lirve
:straight (:host github :repo "tanrax/learning-irregular-verbs-in-english.el" :files ("lirve-verbs.el" "lirve.el"))
:ensure t)
```