From 98be21b02bae2e8eda243c2e9e16694735914145 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Tue, 5 Jun 2018 10:35:52 +0100 Subject: [PATCH] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 342bdc9..4211c63 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Building a DNS server in Rust ============================= The internet has a rich conceptual foundation, with many exciting ideas that -enables it to function as we know it. One of the really cool ones is DNS. Before +enable it to function as we know it. One of the really cool ones is DNS. Before it was invented, everyone on the internet - which admittedly wasn't that many at that stage - relied on a shared file called HOSTS.TXT, maintained by the Stanford Research Institute. This file was synchronized manually through FTP, and as the