Skip to content

Commit 9c9e0ca

Browse files
committed
Update README
1 parent c0dd41f commit 9c9e0ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# erised
2-
A simple **http server** to test arbitrary REST API responses.
2+
A nimble **http server** to test arbitrary REST API responses.
33

44
# Usage
55
`erised [options]`
@@ -12,7 +12,7 @@ Parameters:
1212
-level string
1313
one of debug/info/warn/error/off (default "info")
1414
-path string
15-
path to search recursively for X-Erised-Response-File (default ".")
15+
path to search recursively for X-Erised-Response-File (path is restricted to the directory or subdirectories where the program is invoked)
1616
-port int
1717
port to listen (default 8080)
1818
-read int
@@ -32,7 +32,7 @@ The latest version is also available as a Docker image at [edaddario/erised](htt
3232
To start the server in a docker container, with defaults values, execute the following command:
3333

3434
```sh
35-
docker run --rm -p 8080:8080 --name erised edaddario/erised [flags]
35+
docker run --rm -p 8080:8080 --name erised edaddario/erised [options]
3636
```
3737

3838
If you would like to return file based responses (_X-Erised-Response-File_ set) when using the docker image, you'll need to map the directory containing your local files and set the _-path_ option accordingly.

0 commit comments

Comments
 (0)