Skip to content

Commit 207d9fe

Browse files
committed
More docs
1 parent a6bda1f commit 207d9fe

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

parrot/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
22

33
A simple, high-performing mockserver that can dynamically build new routes with customized responses, parroting back whatever you tell it to.
44

5+
## Features
6+
7+
* Simplistic and fast design
8+
* Run within your Go code, through a small binary, or in a minimal Docker container
9+
* Easily record all incoming requests to the server to programmatically react to
10+
11+
## Use
12+
13+
See our runnable examples in [examples_test.go](./examples_test.go) to see how to use Parrot programmatically.
14+
515
## Run
616

717
```sh
818
go run ./cmd
919
go run ./cmd -h # See all config options
1020
```
1121

12-
## Use
13-
14-
See our runnable examples in [examples_test.go](./examples_test.go) to see how to use Parrot programmatically.
15-
1622
## Test
1723

1824
```sh

0 commit comments

Comments
 (0)