From 976bbff0b98feadd36d0d465f912d3d28c994a77 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 24 Jan 2020 14:55:55 -0800 Subject: [PATCH] Add docs link to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 06a184ed..e61c2bdd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ Hello! I am Zebra, an ongoing Rust implementation of a Zcash node. +Zebra is a work in progress. It is developed as a collection of `zebra-*` +libraries implementing the different components of a Zcash node (networking, +chain structures, consensus rules, etc), and a `zebrad` binary which uses them. + +[Rendered docs from the `main` branch](https://doc.zebra.zfnd.org). + ## License Zebra is distributed under the terms of both the MIT license