Skip to content

Commit

Permalink
docs: Update HTTP version (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmytton authored Feb 13, 2024
1 parent 47c24b4 commit c102c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcjet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const aj = arcjet({
client: createRemoteClient({
transport: createConnectTransport({
baseUrl: defaultBaseUrl(),
httpVersion: "1.1",
httpVersion: "2",
}),
}),
});
Expand Down

0 comments on commit c102c64

Please sign in to comment.