Skip to content

Commit

Permalink
Merge pull request #14 from syohex/update-melpa-url
Browse files Browse the repository at this point in the history
Update MELPA URLs
  • Loading branch information
ardumont committed Oct 19, 2015
2 parents 06903e2 + 5f9f5f5 commit 44c79a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You need to add melpa or melpa-stable package repository before installing it.

``` lisp
(require 'package)
(add-to-list 'package-archives '("melpa-stable" . "http://melpa-stable.milkbox.net/packages/"))
(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/"))
(package-initialize)
```

Expand All @@ -87,7 +87,7 @@ Then hit <kbd>M-x eval-buffer</kbd> to evaluate the buffer's contents.

``` lisp
(require 'package)
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(package-initialize)
```

Expand Down

0 comments on commit 44c79a3

Please sign in to comment.