From ce01b82533b76f4e432c6c968d836254418d4e66 Mon Sep 17 00:00:00 2001 From: "Eric S. Londres" Date: Tue, 9 Aug 2022 18:59:10 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08f0492..fb21426 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ spart is a library for building Spartan clients. It works! To use it, add this to your Cargo.toml: ```toml -spart = { git = "https://github.com/slondr/spart" } +spart = { git = "https://git.sr.ht/~slondr/spart" } ``` spart is extremely simple to use. For an example client (about 4 lines of Rust), see: https://git.sr.ht/~slondr/achaea/tree/master/item/src/main.rs