From 8f16abacdeffa2bc2abc617616963db18bf96677 Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Tue, 11 Jun 2019 02:56:00 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 846edd6..795dfbc 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ A HTTP proxy server that allows to use historical and obsolete web browsers on t ## Current Status -* This is the new GoLang/[ChdomeDP](https://github.com/chromedp/chromedp) version. -* It's still lacking some features of the [older version](/old) (such as real http proxy mode) but far surpasses it in terms of stability and usability. -* It's beta quality but comared to the older version, it's maintainable and supportable. +* This is the new GoLang/[ChdomeDP](https://github.com/chromedp/chromedp) version. +* It's still lacking some features of the [older version](/old) but far surpasses it in terms of stability and usability. +* It's beta quality but comared to the older version, it's now maintainable and supportable. * Currently works as browser-in-browser. A real http proxy mode is being investigated. Check [issue #35](https://github.com/tenox7/wrp/issues/35) for updates. ## Usage @@ -33,5 +33,5 @@ A HTTP proxy server that allows to use historical and obsolete web browsers on t ## Credits * Uses [chromedp](https://github.com/chromedp), thanks to [mvdan](https://github.com/mvdan) for dealing with my issues -* Uses [go-quantize(github.com/ericpauley/go-quantize), thanks to [ericpauley](https://github.com/ericpauley) for developing the missing go quantizer +* Uses [go-quantize](github.com/ericpauley/go-quantize), thanks to [ericpauley](https://github.com/ericpauley) for developing the missing go quantizer * Thanks to Jason Stevens of [Fun With Virtualization](https://virtuallyfun.com/) for graciously hosting my rumblings