From 7d3ebb6b5b49596300e514e0a73550facff2fee2 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 31 Jul 2021 20:47:07 +0200 Subject: fixed recipe name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 636af9c..bc07158 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Add the following to your `package.el` ```emacs-lisp (package! websocket) -(package! org-roam-ui :recipe (:host github :repo org-roam/org-roam-ui :files ("*.el" "out"))) +(package! org-roam-ui :recipe (:host github :repo "org-roam/org-roam-ui" :files ("*.el" "out"))) ``` Then something along the following to your `config.el` -- cgit v1.2.3