branch: elpa/evil-goggles
commit bf6f8366092709b11d3a942991b6ecb1f43632c5
Author: 0rdy <[email protected]>
Commit: Evgeni Kolev <[email protected]>

    Update README.md
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 949343d56e..cea8cedc1e 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,6 @@ Installation
 
 #### with [use-package](https://github.com/jwiegley/use-package) from 
[Melpa](https://melpa.org)
 ``` emacs-lisp
-;; NOTE: this doesn't work yet, package is not on Melpa
 (use-package evil-goggles
   :ensure t
   :config
@@ -76,7 +75,7 @@ Customization
 
 - The duration of the overlay is configured with `evil-goggles-duration`:
 ```emacs-lisp
-(setq evil-goggles-duration 0.100) ;; default is 0.200 
+(setq evil-goggles-duration 0.100) ;; default is 0.200
 ```
 
 - To disable the hint on certain actions, configure `evil-goggles-blacklist`

Reply via email to