summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0a9969a..15c8f5f4 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ And then you can install nREPL with the following command:
or by adding this bit of Emacs Lisp code to your Emacs initialization file(`.emacs` or `init.el`):
```lisp
-(unless (package-installed-p 'nrepl))
+(unless (package-installed-p 'nrepl)
(package-install 'nrepl))
```