diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-31 20:47:07 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-31 20:47:07 +0200 |
commit | 7d3ebb6b5b49596300e514e0a73550facff2fee2 (patch) | |
tree | 84facc0b83ad4d353cafa00e71f46b51aee624c8 | |
parent | 51e4752937a790132e9a45fd05bd5b7bf75e9d10 (diff) |
fixed recipe name
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |