From a75374d44cf5a0ee03c6e5fca11c5efad34677e2 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Mon, 31 Mar 2025 17:04:02 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0594e0a..15b0371 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The package can be manually installed by saving `pomodoro-mode.el` to `~/emacs.d In Emacs 30.1 and above, `use-package` works well with version control, allowing the following ```cl (use-package pomodoro-mode - :ensure (pomodoro-mode :host github :repo "jjanzenn/pomodoro-mode")) + :ensure (pomodoro-mode :url "https://git.jjanzen.ca/jjanzen/pomodoro-mode")) ``` ## Usage