Update README.md

This commit is contained in:
ravital
2022-09-01 10:31:30 -07:00
committed by GitHub
parent 334355067a
commit 316726fdbf

View File

@@ -66,7 +66,9 @@ Working with Sunscreen is as you'd expect with any other Rust repository:
```cargo test --release```
## Docs
```cargo doc --open```
Extensive documentation can be found [here](https://docs.sunscreen.tech).
For API documentation, use ```cargo doc --open```
## Format
```cargo fmt```