From 4a8e640afd97af7cb783c536fdea5ef0e73206e0 Mon Sep 17 00:00:00 2001 From: Daira-Emma Hopwood Date: Tue, 6 Feb 2024 12:54:21 +0000 Subject: [PATCH] Remove references to the empty `halo2` crate from the README, and link to the `halo2_proofs` and `halo2_gadgets` READMEs. Signed-off-by: Daira-Emma Hopwood --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ade4d43..3c78e863 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# halo2 [![Crates.io](https://img.shields.io/crates/v/halo2.svg)](https://crates.io/crates/halo2) # +# halo2 -## [Documentation](https://docs.rs/halo2) +## Usage + +This repository contains the [halo2_proofs](halo2_proofs/README.md) and +[halo2_gadgets](halo2_gadgets/README.md) crates, which should be used directly. ## Minimum Supported Rust Version