summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Penet <max.penet@gmail.com>2012-08-16 08:34:48 +0200
committerMax Penet <max.penet@gmail.com>2012-08-16 08:34:48 +0200
commit8b8d1ea1e882c0ca82b6528f35e6e7464db0975b (patch)
treef054907bc30cda7ef60869be8dc52e4fdce9ae25 /README.md
parent58c47a34798a33803d8862845085f7666dafeb3a (diff)
downloadrust-mode-8b8d1ea1e882c0ca82b6528f35e6e7464db0975b.tar.gz
fix indentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 80fac64..006dd66 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Using MELPA:
```lisp
(require 'package)
(add-to-list 'package-archives
- '("melpa" . "http://melpa.milkbox.net/packages/") t)
+ '("melpa" . "http://melpa.milkbox.net/packages/") t)
(package-initialize)
```