From 62eecb79b5850902fdc0b42af4696954ab07fcce Mon Sep 17 00:00:00 2001 From: trivernis Date: Fri, 13 Mar 2020 14:38:19 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13da89b..ed8ed0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["trivernis "] edition = "2018" license-file = "LICENSE" -readme = "Readme.md" +readme = "README.md" description = "A library to parse bdf files." homepage = "https://github.com/parallel-programming-hwr/bdflib-rs"