From 5569167587e95bd98f4045471dcb4594c5d2c3e6 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 6 Jul 2018 10:41:31 -0500 Subject: hypercore-v1 -> hypercore --- proposals/0000-hypercore-header.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0000-hypercore-header.md b/proposals/0000-hypercore-header.md index 7a65b3c..dffa8e9 100644 --- a/proposals/0000-hypercore-header.md +++ b/proposals/0000-hypercore-header.md @@ -23,7 +23,7 @@ The Dat protocol supports a variety of data structures on top of the hypercore a At time of writing, Dat's standard data structures are being expanded upon (hyperdb) while existing data structures are being updated with breaking changes (hyperdrive). In order for these changes to be deployed smoothly to the network, it's important that the following needs be met: - 1. Programs should correctly identify the data structure type and version within a hypercore. This will enable the program to use the correct handling code (eg hyperdb, hyperdrive-v1, hyperdrive-v2). + 1. Programs should correctly identify the data structure type and version within a hypercore. This will enable the program to use the correct handling code (eg hyperdb, hyperdrive, hyperdrive-v2). 2. Programs should abort processing a hypercore if they lack support for the type or version of the data structure. -- cgit v1.2.3