Skip to content

Commit cc44c15

Browse files
committed
Fixed formatting
1 parent 194dfc9 commit cc44c15

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ to use library lets developers run their test suites locally using Vagrant and o
55
modifications.
66

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

@@ -25,14 +25,14 @@ environment.
2525

2626
## Server Settings
2727

28-
> Username: **testuser**
29-
> Password: **applesauce**
30-
> IMAP: **143**
31-
> IMAPS: **993**
32-
> POP: **110**
33-
> POPS: **995**
34-
> Vagrant IP Address: **172.31.1.2**
35-
> Travis IP Address: **127.0.0.1**
28+
* Username: **testuser**
29+
* Password: **applesauce**
30+
* IMAP: **143**
31+
* IMAPS: **993**
32+
* POP: **110**
33+
* POPS: **995**
34+
* Vagrant IP Address: **172.31.1.2**
35+
* Travis IP Address: **127.0.0.1**
3636

3737

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

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

0 commit comments

Comments
 (0)