diff --git a/README.md b/README.md
index eea86edf..406b2695 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 Hi! I'm Cory. 👋🏻
 
-This is the code for my personal website and portfolio. Built using [11ty](https://www.11ty.dev) and deployed on [Netlify](https://netlify.com).
+This is the code for my personal website and portfolio. Built using [11ty](https://www.11ty.dev).
 
 [![Follow @cory@social.lol](https://img.shields.io/mastodon/follow/109606224363698309?domain=https%3A%2F%2Fsocial.lol&style=for-the-badge&logo=Mastodon&logoColor=white&labelColor=6364FF)](https://social.lol/@cory)
 
diff --git a/package.json b/package.json
index b2ad7d80..886e9dac 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "coryd.dev",
   "version": "7.1.0",
-  "description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
+  "description": "The source for my personal site. Built using 11ty.",
   "type": "module",
   "scripts": {
     "start": "eleventy --serve",