From b2cba65de5dea69acd86a922c07e47ea87f87a93 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 1 Mar 2024 18:36:27 -0800 Subject: [PATCH] chore: text update --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",