Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
callum-fortune committed Apr 27, 2024
1 parent d2e6649 commit e831d8e
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 @@ -26,7 +26,7 @@ A complete Rust implementation of the Miller Rabin primality test algorithm. Vie
- If you wish to use this as a library you can import and use it as follows:

```
use rust_miller_rabin::miller_rabin
use rust_miller_rabin::miller_rabin::miller_rabin
fn is_prime(number: BigInt) -> bool {
println!("Checking prime");
Expand Down

0 comments on commit e831d8e

Please sign in to comment.