~petersanchez/public-inbox

gohome: Fix typo in README v1 PROPOSED

Aiden Fox Ivey: 1
 Fix typo in README

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.code.netlandish.com/~petersanchez/public-inbox/patches/80/mbox | git am -3
Learn more about email & git

[PATCH gohome] Fix typo in README Export this patch

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
Thanks Aiden! Good catch. Applied.