Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Jan 21, 2014
1 parent 194dfc9 commit cc44c15
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ to use library lets developers run their test suites locally using Vagrant and o
modifications.

This package can be used for testing libraries in any language. It was originally built to support a PHP library,
Fetch[https://github.com/tedivm/Fetch], so there is some extra support for PHP developers already built in. I encourage
[Fetch](https://github.com/tedivm/Fetch), so there is some extra support for PHP developers already built in. I encourage
everyone to submit feature requests or, even better, pull requests to help make this package more consumable for other
languages.

Expand All @@ -25,14 +25,14 @@ environment.

## Server Settings

> Username: **testuser**
> Password: **applesauce**
> IMAP: **143**
> IMAPS: **993**
> POP: **110**
> POPS: **995**
> Vagrant IP Address: **172.31.1.2**
> Travis IP Address: **127.0.0.1**
* Username: **testuser**
* Password: **applesauce**
* IMAP: **143**
* IMAPS: **993**
* POP: **110**
* POPS: **995**
* Vagrant IP Address: **172.31.1.2**
* Travis IP Address: **127.0.0.1**


## PHP
Expand Down Expand Up @@ -76,4 +76,4 @@ turnaround, but also makes sure it isn't left running when not being used.

Just like with Vagrant, you simply need to run the SetupEnvironment.sh script before running your tests. Getting the
package onto Travis CI can be done through a package manager directly, as with the composer example above, or through
through a wrapper script that pulls it directly from git.
through a wrapper script that pulls it directly from git.

0 comments on commit cc44c15

Please sign in to comment.