From 58bed075fd77a9eba3e805e2ef77af8335c6d3a7 Mon Sep 17 00:00:00 2001 From: Dmitriy Kopylenko Date: Wed, 14 Apr 2021 09:45:30 -0400 Subject: [PATCH] Simple grammatical change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3728840..1bc077b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # reproxy [![build](https://github.com/umputun/reproxy/actions/workflows/ci.yml/badge.svg)](https://github.com/umputun/reproxy/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/umputun/reproxy/badge.svg?branch=master)](https://coveralls.io/github/umputun/reproxy?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/umputun/reproxy)](https://goreportcard.com/report/github.com/umputun/reproxy) [![Docker Automated build](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg)](https://hub.docker.com/repository/docker/umputun/reproxy) -Reproxy is simple edge HTTP(s) server / reverse proxy supporting various providers (docker, static, file). +Reproxy is a simple edge HTTP(s) server / reverse proxy supporting various providers (docker, static, file). One or more providers supply information about requested server, requested url, destination url and health check url. Distributed as a single binary or as a docker container.