From 693e5406407f3747f72be3f676db82075135d6b5 Mon Sep 17 00:00:00 2001 From: Fabricio Date: Mon, 24 Jun 2019 15:36:24 -0300 Subject: [PATCH] update capture description --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6e29b1..0fb906b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -**Capture** is a reverse proxy that captures the network traffic and shows it in a dashboard +**Capture** is a reverse proxy that takes an incoming HTTP request and sends it to another server, +proxying the response back to the client, while showing them in a dashboard [![Build Status](https://travis-ci.com/ofabricio/capture.svg?branch=master)](https://travis-ci.com/ofabricio/capture) [![Github Release](https://img.shields.io/github/release/ofabricio/capture.svg)](https://github.com/ofabricio/capture/releases) @@ -19,7 +20,7 @@ For ready-to-use executables for *Windows*, *Linux* and *Mac*, see [Releases](ht | param | description | |-----------------|-------------| -| `-url` | **Required.** Set the base url you want to capture | +| `-url` | **Required.** Set the url you want to proxy | | `-port` | Set the proxy port. Default: *9000* | | `-dashboard` | Set the dashboard's name. Default: *dashboard* | | `-max-captures` | Set the max number of captures to show in the dashboard. Default: *16* |