diff --git a/README.md b/README.md
index 1a8b2c3..8c2bfea 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
# semver-luau
+
+
A Luau library to parse and compare [Semantic Versioning] compatible version numbers.
Semantic Versioning (Semver) is a versioning scheme for software that uses a three-part version number format, `MAJOR.MINOR.PATCH`.