diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 0691d27..e182a0e 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -12,4 +12,4 @@
- [ ] This PR fixes bugs
- [ ] This PR adds new features
-- [ ] This PR update documentations or fixes typo
+- [ ] This PR updates documentations or fixes typos
diff --git a/README.md b/README.md
index 543c521..9675dc2 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
-
+
diff --git a/setup.py b/setup.py
index 2178209..2d307d6 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ def get_version(rel_path: str) -> str:
# Package meta-data.
NAME = "learnware"
-DESCRIPTION = "learnware market project"
+DESCRIPTION = "The learnware package supports the submission, usability testing, organization, identification, deployment, and reuse of learnware."
REQUIRES_PYTHON = ">=3.6.0"
VERSION = get_version("learnware/__init__.py")