Received: from mail.netlandish.com (mail.netlandish.com [174.136.98.166])
	by code.netlandish.com (Postfix) with ESMTP id D008282E92
	for <~petersanchez/public-inbox@lists.code.netlandish.com>; Mon, 15 Jan 2024 19:54:54 +0000 (UTC)
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=216.40.44.17; helo=relay.hostedemail.com; envelope-from=aiden@fox-ivey.com; receiver=lists.code.netlandish.com 
Authentication-Results: mail.netlandish.com;
	dkim=pass (2048-bit key; unprotected) header.d=fox-ivey.com header.i=@fox-ivey.com header.b=pE+I8HTH
X-Greylist: delayed 451 seconds by postgrey-1.37 at mail; Mon, 15 Jan 2024 19:54:53 UTC
Received: from relay.hostedemail.com (smtprelay0017.hostedemail.com [216.40.44.17])
	by mail.netlandish.com (Postfix) with ESMTP id 874D817A3C7
	for <~petersanchez/public-inbox@lists.code.netlandish.com>; Mon, 15 Jan 2024 19:54:52 +0000 (UTC)
Received: from omf01.hostedemail.com (a10.router.float.18 [10.200.18.1])
	by unirelay03.hostedemail.com (Postfix) with ESMTP id 8CD27A02CC;
	Mon, 15 Jan 2024 19:47:20 +0000 (UTC)
Received: from [HIDDEN] (Authenticated sender: aiden@fox-ivey.com) by omf01.hostedemail.com (Postfix) with ESMTPA id AC77360009;
	Mon, 15 Jan 2024 19:47:17 +0000 (UTC)
From: Aiden Fox Ivey <aiden@fox-ivey.com>
To: ~petersanchez/public-inbox@lists.code.netlandish.com
Cc: Aiden Fox Ivey <aiden@fox-ivey.com>
Subject: [PATCH gohome] Fix typo in README
Date: Mon, 15 Jan 2024 14:46:42 -0500
Message-ID: <20240115194714.23047-1-aiden@fox-ivey.com>
X-Mailer: git-send-email 2.43.0
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Rspamd-Queue-Id: AC77360009
X-Spam-Status: No, score=3.29
X-Stat-Signature: uwzs6q8jxn116zksq15yop4yshau8c94
X-Rspamd-Server: rspamout05
X-Session-Marker: 616964656E40666F782D697665792E636F6D
X-Session-ID: U2FsdGVkX1+hHQJGfTRp1Y7DIdMH2bhCcU/rVv78N7M=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fox-ivey.com; h=from:to:cc:subject:date:message-id:mime-version:content-transfer-encoding; s=autogenerated; bh=RyTlYBnJw054hGIu1XCfsMRFM0HkQPVzxumB0s7dNC8=; b=pE+I8HTHQG9i4WtlEAqeZwPqn+rTEyOCZP9te4sFsHJ15vK4TFzo3qr2F932syWTwxWIlgaKiA0HQ3SNlElJ+XoHEEiP/A+OTyXk7CWSTfouF15Elp5b5bbyZvNIFYRX1zpC5UNT6fjnQkAQVmdFW5QjwLXiBgKAwyAmzq2x8LIPCX0NmsL0DgV1Dm60hGcLIKbj5GtJr4UuGGKVYm8pdJIJ8N2aYc9Fp6bOhNTYxTEMQRfPSHsh5cgMOb6z3eP/WEdDg/RJvfGyVRvAjrPng/N6tO6Rq0gS0bmQ/dTm7nKu7AwdgmVcRE433shY5viZE0SqlmjRRjXg8HcOQuf8TA==
X-HE-Tag: 1705348037-547372
X-HE-Meta: U2FsdGVkX18I3ng0GN06zzm2vbn6PGNnRJcsMXhaehKZkEA4+ijBJTghtsLNfDZh76RDEiR7q/Xk5MMOJPsrvF4egoa9IUW+LtXKbXx8ZJzQ9+7RW6cnTU7LGodMtxLFynj0lSZ2RibviKX/GhNflnXJ2UUdcnEIYMAfFohr/kgcaDIp715PGdFcMLFP85tMbh/Su7TDUQ6vscDypfWp4GbAyvGPt1SCsbdKiFrAzObamAxqZw1f8RnmLaFAX2KJFsyHqnRV8N3wxpovCs6jSh4XSYGQs3FBQqaRUmX1jG4K8eE+N70AzA+hQkAd58A9mkQXkR1R1oJl4ec5mUlCnmpdB09FLBFxw114LqYexbW1OyWNKS7aQoG0GmwrF1bsTX3BHopoidk=

Patch should be fairly self explanatory.

Signed-off-by: Aiden Fox Ivey <aiden@fox-ivey.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6a3104c..448c0cd 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 GoHome
 ----
 
-A simple app that let's you self host your Go modules using your own domains.
+A simple app that lets you self host your Go modules using your own domains.
 
 Example: `yourdomain.com/x/your-module`
 
-- 
2.43.0

