branch: elpa/xkcd
commit f7b5157cddaeeba659d7c92f938b92f9da05a35b
Author: Vibhav Pant <[email protected]>
Commit: Vibhav Pant <[email protected]>
* README.md: Fix directory path
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 638464a417..033de70f3a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ A hackish implementation of an xkcd (http://xkcd.com/) reader
for Emacs.
Enable it by adding
```lisp
-(add-to-list 'load-path (expand-file-name
"/home/vibhavp/.emacs.d/elisp/emacs-xkcd"))
+(add-to-list 'load-path (expand-file-name "/path/to/emacs-xkcd.el"))
(require 'emacs-xkcd)
```
to your .emacs file.