From d505cad644391a2ede4f66ea0ab917a579d423e6 Mon Sep 17 00:00:00 2001 From: Neel Goyal Date: Tue, 25 Feb 2014 21:06:13 -0500 Subject: [PATCH] Update readme per #114 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c2cc36e1..b965af3f 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,12 @@ The goals of this implementation of the getdns API are: ** the master branch is always in a production ready state ** the develop branch contains the latest development changes which are merged from develop into master once they are considered production ready -## Language Bindings - -In parallel, the team is actively developing bindings for various languages. For more information, visit the wiki. - Non-goals (things we will not be doing at least initially) include: * implementation of the traditional DNS related routines (gethostbyname, etc.) +## Language Bindings + +In parallel, the team is actively developing bindings for various languages. For more information, visit the wiki. Motivation for providing the API ================================