From 98a0b99f06906e1bd858384fdd37c271b500d64f Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 13 Apr 2023 11:29:16 -0400 Subject: [PATCH] i cannot spell --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2c9b3b0..6eca460 100644 --- a/readme.md +++ b/readme.md @@ -7,9 +7,9 @@ A simple and lightweight dns server written in C Wrapper by default runs on port 53 udp and tcp, which is the default port for DNS. If you wish to change this variable, set the `PORT` environment variable is set to a different port number. -To set custom records, wrapper reads confguration from `/etc/wrapper.conf`, and if that doesnt exist, `./config`. +To set custom records, wrapper reads configuration from `/etc/wrapper.conf`, and if that doesn't exist, `./config`. -The config file format is a question on its own line, then followed by records on their own line. To seperate questions/records from eachother, place a extra empty new line between them. For example... +The config file format is a question on its own line, then followed by records on their own line. To separate questions/records from each other, place a extra empty new line between them. For example... ``` IN A google.com