Skip to content

Commit

Permalink
docs: Just some nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira authored Sep 15, 2017
1 parent fbc4877 commit e858450
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

</p>

The management of multiple apps running over different ports made easy through custom local domains for your dev environment.
<p align="center">
The management of multiple apps running over different ports made easy through custom local domains.
</p>

## Demo

Expand All @@ -28,13 +30,13 @@ When dealing with multiple apps locally is really annoying having to remember ea

## Installation

### OSX using brew
### OSX
```
brew tap cristianoliveira/tap
brew install ergo
```

### Linux using scripts
### Linux
```
curl -s https://raw.githubusercontent.com/cristianoliveira/ergo/master/install.sh | sh
```
Expand All @@ -43,7 +45,7 @@ curl -s https://raw.githubusercontent.com/cristianoliveira/ergo/master/install.s
For windows you can find the executable in each [release](https://github.com/cristianoliveira/ergo/releases).

***Disclaimer:***
I don't use any windows system in my daily basis, so I can't test each build :(
I only use unix based systems on my daily basis, so I can't test each build :(

### Using golang
```
Expand Down

0 comments on commit e858450

Please sign in to comment.