diff --git a/README.md b/README.md index 40143e62..709b55ac 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,6 @@ The goals of this implementation of the getdns API are: * Document code using doxygen * Leverage github as much as possible for project coordination * Coding style/standards follow the BSD coding style -* Follow the git flow branching model described at -** 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 Non-goals (things we will not be doing at least initially) include: * implementation of the traditional DNS related routines (gethostbyname, etc.)