diff --git a/README.md b/README.md index 7170796..6873405 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The fastest python HTTP client that can impersonate web browsers by mimicking th Binding to the Rust [reqwest_impersonate](https://github.com/gngpp/reqwest-impersonate) library.
Provides precompiled wheels: -- [x] Linux: `amd64`, `aarch64`, `armv7`. +- [x] Linux: `amd64`, `aarch64`, `armv7`; musllinux: `amd64`, `aarch64`. - [x] Windows: `amd64`. - [x] MacOS: `amd64`, `aarch64`. @@ -17,7 +17,6 @@ Provides precompiled wheels: - [I. Client](#i-client) - [II. AsyncClient](#ii-asyncclient) - ## Installation ```python