emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rubocop 40a1d5a 19/64: Merge pull request #6 from bhfailor


From: ELPA Syncer
Subject: [nongnu] elpa/rubocop 40a1d5a 19/64: Merge pull request #6 from bhfailor/master
Date: Wed, 11 Aug 2021 10:07:57 -0400 (EDT)

branch: elpa/rubocop
commit 40a1d5af279eba869fc4421948394bb594fcf70d
Merge: 4acece2 1e77d3f
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Merge pull request #6 from bhfailor/master
    
    add missing period
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c354860..ebd7c27 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Just drop `rubocop.el` and `dash.el`. somewhere in your 
`load-path`. I
 favour the folder `~/.emacs.d/vendor`:
 
 ```lisp
-(add-to-list 'load-path "~/emacs.d/vendor")
+(add-to-list 'load-path "~/.emacs.d/vendor")
 (require 'rubocop)
 ```
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]