From 8e70933ac0255893e9094d01dbec3416716fab29 Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Fri, 31 Aug 2018 13:12:08 +0200 Subject: [PATCH] README: Fix "records" typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d78e7ef1..20739266 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ for (A a : answers) { } ``` -MiniDNS also provides full support for SRV resource reocrds and their handling. +MiniDNS also provides full support for SRV resource records and their handling. ```java SrvResolverResult result = DnssecResolverApi.INSTANCE.resolveSrv(SrvType.xmpp_client, "example.org")