diff --git a/Cargo.toml b/Cargo.toml index c36259d..18b9633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "2.0.0" authors = ["Nicolás Ortega Froysa "] description = "A prime number generator and tester" edition = "2018" -readme = "README" +readme = "README.md" license = "GPL-3.0" keywords = [ "primes", "math" ]