Skip to content

Commit

Permalink
Merge pull request #102 from Daniel-Aaron-Bloom/readme
Browse files Browse the repository at this point in the history
chore: readme fix
  • Loading branch information
str4d authored Dec 29, 2022
2 parents 69c845b + 8ab98c2 commit e853770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e853770

Please sign in to comment.