Update README.md

This commit is contained in:
Andros Fenollosa 2024-02-28 09:58:37 +01:00 committed by GitHub
parent 8eca3f602c
commit 5a13042b14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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