From a64886cf3233bc0f5570d1602224f5cb0c5cbbf9 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 19:43:00 -0400 Subject: [PATCH] Fixed typographical error, changed authoritive to authoritative in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df7f605..5322ef4 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,8 @@ configuration is rather limited. # NXDOMAIN so secondary DNS is used 'no_nxdomain': True, - # Makes successful requests authoritive - 'authoritive': True, + # Makes successful requests authoritative + 'authoritative': True, } Contributing