Skip to content

Commit 60c3b98

Browse files
authored
fix incorrect HTTP3 feature flag
1 parent 227a545 commit 60c3b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ There are many ways to write function handler.
7878

7979
## Use HTTP3
8080

81-
First you need to enable feature `http3` in `Cargo.toml`, and then change `main.rs` like this:
81+
First you need to enable feature `quinn` in `Cargo.toml`, and then change `main.rs` like this:
8282

8383
<CodeGroup>
8484
<CodeGroupItem title="main.rs" active>

0 commit comments

Comments
 (0)