Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kelbon authored Oct 17, 2024
1 parent b586193 commit c03c832
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 @@ -6,7 +6,7 @@ encode:
```cpp
#include <hpack/hpack.hpp>

void encode_my_headers(hpack::encoder& enc, std::vector<hpack::bytes>& bytes;) {
void encode_my_headers(hpack::encoder& enc, std::vector<hpack::bytes>& bytes) {
// memory effective by default
enc.encode("name", "value", std::back_inserter(bytes));
// or by hands
Expand Down

0 comments on commit c03c832

Please sign in to comment.