Update README.md

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

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, ```cargo doc --open```.
## Format
```cargo fmt```