summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-04-13 11:29:16 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-04-13 11:29:16 -0400
commit98a0b99f06906e1bd858384fdd37c271b500d64f (patch)
tree72044817a97769238f413c55d3ebd59973c1b619
parentreadme (diff)
downloadwrapper-98a0b99f06906e1bd858384fdd37c271b500d64f.tar.gz
wrapper-98a0b99f06906e1bd858384fdd37c271b500d64f.tar.bz2
wrapper-98a0b99f06906e1bd858384fdd37c271b500d64f.zip
i cannot spell
-rw-r--r--readme.md4
1 files 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