Skip to content

Commit

Permalink
Correct encoding for document ID in websocket readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Nov 8, 2023
1 parent d98f9a9 commit 67bd6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/automerge-repo-network-websocket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ peer_id = str
protocol_version = "1"
; The bytes of an automerge sync message
sync_message = bstr
; The base64 encoded bytes of a document ID
; The base58check encoded bytes of a document ID
document_id = str
```

Expand Down

0 comments on commit 67bd6ad

Please sign in to comment.