Update README.md

This commit is contained in:
Matthew Ransley
2023-07-04 20:12:52 +01:00
committed by GitHub
parent d3f3a5fde3
commit 3bd1d5d1b3

View File

@@ -27,9 +27,9 @@ reqwest-impersonate = { git = "https://github.com/epicmatthew23/reqwest-imperson
use reqwest_impersonate::browser::ChromeVersion;
fn main() {
// Build a client to mimic Chrome 104
// Build a client to mimic Chrome 114
let client = reqwest_impersonate::blocking::Client::builder()
.chrome_builder(ChromeVersion::V104)
.chrome_builder(ChromeVersion::V114)
.build()
.unwrap();