From 781549f37fdde9a4f5f0d2cf27d36dad0a6da8b3 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Thu, 19 Sep 2019 00:08:20 +0500 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cab07e0..1b62998 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Async MTProto Proxy # -Fast and simple to setup mtproto proxy written on Python. +Fast and simple to setup MTProto proxy written in Python. ## Starting Up ## @@ -26,4 +26,4 @@ The proxy can be launched: - with a custom config: `python3 mtprotoproxy.py [configfile]` - several times, clients will be automaticaly balanced between instances - with uvloop module to get an extra speed boost -- with runtime statistics exported for [Prometheus](https://prometheus.io/): using [prometheus](https://github.com/alexbers/mtprotoproxy/tree/prometheus) branch +- with runtime statistics exported to [Prometheus](https://prometheus.io/)