From 060541e90f5f81cd0a9e0e7a9a4851d73bf7997f Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Fri, 18 Oct 2019 05:30:15 +0200 Subject: [PATCH] shorter-descriptions (#20) * Update README.md * Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71b4b26b..86462062 100644 --- a/README.md +++ b/README.md @@ -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