From d577ee92f1ca38844248012dd4ef543249739112 Mon Sep 17 00:00:00 2001 From: lwthiker <99899249+lwthiker@users.noreply.github.com> Date: Sat, 5 Mar 2022 11:11:40 +0200 Subject: [PATCH] Add GitHub actions badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c82dbe5..1be1404 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# curl-impersonate · ![workflow](https://github.com/lwthiker/curl-impersonate/actions/workflows/build-and-test.yml/badge.svg) + A special compilation of [curl](https://github.com/curl/curl) that makes it impersonate real browsers. Currently supports Chrome, Edge & Firefox. This curl binary is able to perform a TLS handshake that is identical to that of a real browser. ## Why?