diff options
author | metamuffin <yvchraiqi@protonmail.com> | 2022-08-16 16:17:23 +0200 |
---|---|---|
committer | metamuffin <yvchraiqi@protonmail.com> | 2022-08-16 16:17:23 +0200 |
commit | e247646c36fe2ba0133a3354204ca5b0e873b041 (patch) | |
tree | acdfb55414fa28747548618692cecb8f1a0366b7 | |
parent | 1b46514ab7c9c54e635fdfc1e561ab14da512537 (diff) | |
download | karlender-e247646c36fe2ba0133a3354204ca5b0e873b041.tar karlender-e247646c36fe2ba0133a3354204ca5b0e873b041.tar.bz2 karlender-e247646c36fe2ba0133a3354204ca5b0e873b041.tar.zst |
clarify
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ TODO ## Protocol -Every line sent over the unix domain socket, is a JSON-serialized instance of either `ServerboundPacket` or `ClientboundPacket` as declared in ([karlcommon/protocol.d.ts](./karlcommon/protocol.d.ts)). By default the socket is located at `/run/user/<uid>/karlender` +Every line sent over the unix domain socket, is a JSON-serialized instance of either `ServerboundPacket` or `ClientboundPacket` respectively as declared in ([karlcommon/protocol.d.ts](./karlcommon/protocol.d.ts)). By default the socket is located at `/run/user/<uid>/karlender` |