shorter-descriptions (#20)

* Update README.md

* Update README.md
This commit is contained in:
Dean Eigenmann 2019-10-18 05:30:15 +02:00 committed by Oskar Thorén
parent 6b40f67e8b
commit 060541e90f

View File

@ -10,9 +10,8 @@ The entire vac protocol is under active development, each specification has its
These protocols define various components of the [vac](https://vac.dev) stack.
- [mvds](./mvds.md) - Ensure reliable messaging between peers across an unreliable peer-to-peer (P2P) network where they may be unreachable or unresponsive.
- [remote log](./remote-log.md) - Ensures a node can read data from a node that is offline by replicating a local log remotely.
- [mvds](./mvds.md) - Data Synchronization protocol for unreliable transports.
- [remote log](./remote-log.md) - Remote replication of local logs.
## Style guide