branch: elpa/javelin
commit 3dbb95821319303de5fdd92835c9ba2d7b68e558
Author: Otávio Schwanck dos Santos <[email protected]>
Commit: Otávio Schwanck dos Santos <[email protected]>

    improve readme
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 9ade242bec0..c6af1ab1d9f 100644
--- a/README.org
+++ b/README.org
@@ -33,7 +33,7 @@ Example of how to set the shortcuts:
 #+begin_src emacs-lisp
 ;; On vanilla (You can use another prefix instead C-c h)
 
-;; You can use this hydra menu that have anything
+;; You can use this hydra menu that have all the commands
 (global-set-key (kbd "C-c a") 'harpoon-quick-menu-hydra)
 (global-set-key (kbd "C-c h <return>") 'harpoon-add-file)
 
@@ -53,7 +53,7 @@ Example of how to set the shortcuts:
 
 ;; On doom emacs
 
-;; You can use this hydra menu that have anything
+;; You can use this hydra menu that have all the commands
 (map! :n "C-SPC" 'harpoon-quick-menu-hydra)
 (map! :n "C-s" 'harpoon-add-file)
 

Reply via email to