Skip to content

Commit 30639db

Browse files
authored
fix: protocol not protocol-units
1 parent c69df37 commit 30639db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for contribution guidelin
3030
## Organization
3131
There are five subdirectories which progressively build on one another for node logic.
3232

33-
1. [`util`](./util): contains utility logic mainly reused in [`protocol-units`](./protocol-units).
33+
1. [`util`](./util): contains utility logic mainly reused in [`protocol`](./protocol).
3434
2. [`protocol`](./protocol): contains implementations of the protocol logic.
3535
3. [`node`](./node): contains single-process runnable binaries that aggregate the protocol logic.
3636
4. [`network`](./network): contains logic for running multiple nodes in a network.

0 commit comments

Comments
 (0)