Skip to content

Commit

Permalink
docs: tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 committed Jan 30, 2025
1 parent 6b617f7 commit 8dbd9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ const data = await ofetch("https://icanhazip.com");
import { ProxyAgent } from "undici";
import { ofetch } from "ofetch";

// Note: This makes fetch unsecure against MITM attacks. USE AT YOUW OWN RISK!
// Note: This makes fetch unsecure against MITM attacks. USE AT YOUR OWN RISK!
const unsecureProxyAgent = new ProxyAgent({ requestTls: { rejectUnauthorized: false } });
const unsecureFetch = ofetch.create({ dispatcher: unsecureProxyAgent });

Expand Down

0 comments on commit 8dbd9bd

Please sign in to comment.