diff --git a/Cargo.toml b/Cargo.toml index b80ad83..17c9557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "0.0.0" edition = "2024" license = "GPL-3.0-or-later" readme = "README.md" -description = "A simple and lightweight dataframe library" +description = "A simple dataframe library" [dependencies] diff --git a/README.md b/README.md index 2d87dac..80aebc7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # rustframe -A simple and lightweight Rust library for handling dataframes for numerical data analysis and manipulation. \ No newline at end of file +A simple dataframe library. \ No newline at end of file