Skip to content

Commit

Permalink
Fix old melpa URL reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ahungry committed Jul 29, 2022
1 parent 9510f20 commit 9362933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ has MELPA set up):

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

Expand Down

0 comments on commit 9362933

Please sign in to comment.