From 5a13042b14732b48add9e645c146fa2e240bbd8f Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 28 Feb 2024 09:58:37 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a21177..877fe8f 100644 --- a/README.md +++ b/README.md @@ -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) ```