Skip to content

Commit 5568fd7

Browse files
committed
update
1 parent 11db0e2 commit 5568fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/emulate.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ async fn main() -> Result<(), wreq::Error> {
1919

2020
println!("{}\n", text);
2121

22-
// Example 2: Advanced emulation with options - Firefox128
22+
// Example 2: Advanced emulation with options - OkHttp5
2323
println!("=== Example 2: Firefox128 with Custom Options ===");
2424
let emulation = Emulation::builder()
25-
.profile(Profile::Firefox128)
25+
.profile(Profile::OkHttp5)
2626
.platform(Platform::Windows)
2727
.http2(true)
2828
.build();

0 commit comments

Comments
 (0)