Skip to content

Commit

Permalink
Readme fixes (#3098)
Browse files Browse the repository at this point in the history
* Captialize Phoenix

* Standardize formatting
  • Loading branch information
jacobherrington authored and chrismccord committed Oct 15, 2018
1 parent e5b9ef8 commit 40fb7ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -52,13 +52,15 @@ $ cd ..
$ MIX_ENV=docs mix docs
```

To build phoenix from source:
To build Phoenix from source:

```bash
$ mix deps.get
$ mix compile
```

To build the phoenix installer from source
To build the Phoenix installer from source:

```bash
$ mix deps.get
$ mix compile
Expand Down

0 comments on commit 40fb7ca

Please sign in to comment.