We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4318bb commit d2cd558Copy full SHA for d2cd558
README.md
@@ -19,7 +19,7 @@ You can install this package from melpa, by first ensuring that you have the mel
19
```lisp
20
(require 'package)
21
(add-to-list 'package-archives
22
- '("melpa" . "http://melpa.milkbox.net/packages/") t)
+ '("melpa" . "http://melpa.org/packages/") t)
23
(package-initialize)
24
```
25
0 commit comments