Skip to content

Commit 2781086

Browse files
committed
Merge pull request #147 from rickhull/master
polish Install section of README.md for clarity
2 parents 54f80e0 + 99ffc30 commit 2781086

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,29 @@ Provides font-locking, indentation and navigation support for the
2424

2525
If you're not already using ELPA, check the
2626
[emacswiki](http://www.emacswiki.org/emacs/ELPA) page to get familiar with it.
27-
elixir-mode is available on the community maintained repository:
28-
[MELPA](http://stable.melpa.org/)
27+
`elixir-mode` is available on [MELPA](http://stable.melpa.org/), the community
28+
maintained repository.
2929

3030
1. Add the (stable) package source: `http://stable.melpa.org/packages/`
31-
2. Install elixir-mode package
31+
2. Install `elixir-mode` package
3232

3333

34-
[In your (e.g.) .emacs](http://stable.melpa.org/#/getting-started)
34+
[In your emacs initialization file:](http://stable.melpa.org/#/getting-started)
3535

3636
(add-to-list 'package-archives
3737
'("melpa-stable" . "http://stable.melpa.org/packages/") t)
3838

39-
In your emacs
39+
In your emacs:
4040

4141
M-x package-install
4242
elixir-mode
4343

4444
**Please take note of the [packages URL](http://stable.melpa.org/packages/)!**
4545
We strive for the most responsible release management possible (to the best
4646
of our knowledge & abilities). To that end, please ensure you are *only* using
47-
[MELPA Stable](http://stable.melpa.org). If you use [regular MELPA](http://melpa.org), you will be installing the *latest changes to master*, not the latest
48-
release.
47+
[MELPA Stable](http://stable.melpa.org). If you use
48+
[regular MELPA](http://melpa.org), you will be installing the *latest changes
49+
to master*, not the latest release.
4950

5051
### Download latest release
5152

0 commit comments

Comments
 (0)