diff --git a/README.md b/README.md index 907c069..e725e83 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ff = "0.13" The `ff` crate contains the `Field` and `PrimeField` traits. See the **[documentation](https://docs.rs/ff/)** for more. -### #![derive(PrimeField)] +### `#![derive(PrimeField)]` If you need an implementation of a prime field, this library also provides a procedural macro that will expand into an efficient implementation of a prime field when supplied