update readme

This commit is contained in:
Eric S. Londres 2022-08-09 18:59:10 -04:00
parent 7f5d839f70
commit ce01b82533
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
1 changed files with 1 additions and 1 deletions

View File

@ -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