diff --git a/Cargo.toml b/Cargo.toml index d1d66cc..95921d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e2size" -description = "A simple for ext2/3/4 size calculation based on the superblock" +description = "A simple library for ext2/3/4 size calculation based on the superblock" repository = "https://github.com/madmo/e2size" version = "0.1.0" authors = ["Moritz Bitsch "] diff --git a/README.md b/README.md index e42ee90..1e48528 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # e2size -A simple parser for ext2/3/4 size calculation based on the ext2/3/4 superblock +A simple library for ext2/3/4 size calculation based on the superblock