diff --git a/README.md b/README.md
index 289b9a7..ca7c24c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# DeviceTree Project Website
+# Devicetree Project Website
-This is the git repository for the DeviceTree project website.
+This is the git repository for the Devicetree project website.
## 🚀 Project Structure
diff --git a/src/components/head/BaseHead.astro b/src/components/head/BaseHead.astro
index 550923e..09c7ccb 100644
--- a/src/components/head/BaseHead.astro
+++ b/src/components/head/BaseHead.astro
@@ -6,7 +6,7 @@ import "../../styles/global.scss";
const GA_ID = import.meta.env.GA_ID;
const {
- title = "The DeviceTree Project",
+ title = "The Devicetree Project",
description = "A devicetree is a data structure for describing hardware.",
type = "website",
} = Astro.props;
diff --git a/src/components/sections/Updates.astro b/src/components/sections/Updates.astro
index 07a8d6a..2a702af 100644
--- a/src/components/sections/Updates.astro
+++ b/src/components/sections/Updates.astro
@@ -29,15 +29,15 @@ const data_releases = await fetchData();
data_releases ? (