From 9a56b97a663f90630c3651d9dd207d1b3e8f96aa Mon Sep 17 00:00:00 2001 From: Yunobot Date: Sat, 22 Jun 2019 15:52:53 +0000 Subject: [PATCH] There was an error on the text, :) --- selfhosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfhosting.md b/selfhosting.md index d614c5ec..8a6de915 100644 --- a/selfhosting.md +++ b/selfhosting.md @@ -16,7 +16,7 @@ Why should you host yourself ? - **You want to learn about how computers and the Internet work.** Operating your own server is a pretty good context to understand the basic mechanisms at the heart of operating systems and the Internet. You might have to deal with command line interface, network architecture, DNS configuration, SSH, and so on. -- **You want to explore new possibilities and customize things.** Ever dreamed of running a Minecraft server for you friends, or a persistent IRC or XMPP client? With you very own server, you can manually install and run virtually any program you want, and customize every bit. +- **You want to explore new possibilities and customize things.** Ever dreamed of running a Minecraft server for you friends, or a persistent IRC or XMPP client? With your very own server, you can manually install and run virtually any program you want, and customize every bit. Why should you *not* host yourself ? ------------------------------------