diff --git a/README.md b/README.md index 2c78935..d041c08 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ verification checks related to the verification key encoding. Creating a `BindingSig`, serializing and deserializing it, and verifying the signature: -``` +```rust # use std::convert::TryFrom; use rand::thread_rng; use redjubjub::*;