From 8ab98c2ca8322ebbf66b586764ea83c12d27b93e Mon Sep 17 00:00:00 2001 From: Daniel Bloom <7810950-Daniel.Aaron.Bloom@users.noreply.gitlab.com> Date: Tue, 27 Dec 2022 13:01:14 -0800 Subject: [PATCH] chore: readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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