about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2024-01-08 21:08:18 +0100
committerAlexander Barton <alex@barton.de>2024-01-11 15:11:56 +0100
commita5de81e48934c296d56aebed686b122001ec499f (patch)
tree346ccbf948b3cc0e0c6fefec2add232717d8abea /doc
parent9a71ac8a910419f6810a170b4542e39057ef7ba4 (diff)
downloadngircd-a5de81e48934c296d56aebed686b122001ec499f.tar.gz
ngircd-a5de81e48934c296d56aebed686b122001ec499f.zip
QuickStart.md: Update title and fix Markdown syntax
Diffstat (limited to 'doc')
-rw-r--r--doc/QuickStart.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/QuickStart.md b/doc/QuickStart.md
index ff1f2aa2..b9b846b4 100644
--- a/doc/QuickStart.md
+++ b/doc/QuickStart.md
@@ -1,4 +1,4 @@
-# [ngIRCd](https://ngircd.barton.de) - Internet Relay Chat Server
+# [ngIRCd](https://ngircd.barton.de) - Quick Start
 
 This *Quick Start* document explains how to configure ngIRCd, the lightweight
 Internet Relay Chat (IRC) server, using some "real world" scenarios.
@@ -11,7 +11,7 @@ simplest configuration file looks like this:
 ``` ini
 [Global]
 Name = irc.example.net
-````
+```
 
 This results in the following *warning* in the logs when starting the daemon:
 `No administrative information configured but required by RFC!` -- which works,
@@ -27,7 +27,7 @@ AdminEMail = admin@irc.example.net
 
 *Please Note*: The server `Name` looks like a DNS host name, but it is not: in
 fact it is not related to your server's fully qualified domain name (FQDN) in
-any way and can be an arbitrary string -- but which *must* contain at least
+any way and can be an arbitrary string -- but it *must* contain at least
 one dot (".") character!
 
 ## Add a Local IRC Operator