diff --git a/README.md b/README.md
index b49e87d..a4ceab9 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
a data preprocessing toolkit that makes it easy to create common LLM-related data structures
-~ from training data to chain payloads! ~
+A payload compression toolkit that makes it easy to create ideal data structures for LLMs.
+~ from training data to chain payloads ~
## 🤔 Why? diff --git a/pyproject.toml b/pyproject.toml index 8e4bb4b..9774f62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "llm_hygiene" version = "0.0.1" -description = "a data preprocessing toolkit that makes it easy to create common LLM-related data structures; from training data to chain payloads!" +description = "A payload compression toolkit that makes it easy to create ideal data structures for LLMs; from training data to chain payloads." readme = "dynamic" \ No newline at end of file