diff --git a/Cargo.toml b/Cargo.toml index 2317435..8c3d3b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "PoW_SHA256" +name = "pow_sha256" version = "0.1.0" authors = ["Robert Kornacki "] description = """ diff --git a/README.md b/README.md index 565d32e..2394df2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Other small changes have also been included of various importance but mostly jus Prove work was done, specifically targeting a phrase. ```rust -use PoW_SHA256::PoW; +use pow_sha256::PoW; // Very easy difficulty let difficulty = u128::max_value() - u128::max_value() / 2;