Skip to content

Commit

Permalink
Fix typo in HACKING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik authored and bnewbold committed Mar 8, 2023
1 parent 811bdb5 commit c3f07f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ first, then merge changes in to the actual PDS code:

## tips and tricks

When debugging websocat streams, the `websocat` tool (rust) can be helpful. CBOR binary is sort of mangled in to text by default. Eg:
When debugging websocket streams, the `websocat` tool (rust) can be helpful. CBOR binary is sort of mangled in to text by default. Eg:

# consume repo events from PDS
websocat ws://localhost:4989/events
Expand Down

0 comments on commit c3f07f9

Please sign in to comment.