Skip to content

Commit

Permalink
Change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fkollmann committed Feb 17, 2024
1 parent fb54a95 commit 2710049
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 @@ -50,7 +50,7 @@ try socket.connect(endpoint);
var frame = try socket.receive();
defer frame.deinit();
const data = frame.data();
const data = try frame.data();
```


Expand Down

0 comments on commit 2710049

Please sign in to comment.