From 1ad99fafc4045b64cf484d626610efce16783c57 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Tue, 3 Jan 2023 09:16:59 -0800 Subject: [PATCH] Use correct paths in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03890cf..b2d95dc 100644 --- a/README.md +++ b/README.md @@ -152,9 +152,9 @@ make && sudo make install This daemon creates a UNIX socket at `/tmp/itd/socket`. It allows you to directly control the daemon and, by extension, the connected watch. -The socket uses tge [DRPC](https://github.com/storj/drpc) library for requests. The code generated by this framework is located in [`internal/rpc`](/internal/rpc) +The socket uses the [DRPC](https://github.com/storj/drpc) library for requests. The code generated by this framework is located in [`internal/rpc`](internal/rpc) -The API description is located in the [`internal/rpc/itd.proto`](/internal/rpc/itd.proto) file. +The API description is located in the [`internal/rpc/itd.proto`](internal/rpc/itd.proto) file. ---