summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33804e3..1039169 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,10 @@ afterwards you can install the zenburn theme like this:
## Emacs 24
-Download `zenburn-theme.el` to `~/.emacs.d/themes`. Add this to your
+Download `zenburn-theme.el` to the directory `~/.emacs.d/themes/`. Add this to your
`.emacs`:
-`(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")`
+`(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")`
Now you can load the theme with the interactive function `load-theme`.