From fed9a4f16291ecc693720ca1de79f13dbec460a4 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 17 Sep 2024 06:14:07 -0700 Subject: [PATCH] missed a master -> main in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9643b8bb..994c0876 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ information about the changes in this release. pip install dist/*.whl ``` -* To install the latest from the master branch, run `pip install git+https://github.com/rthalley/dnspython.git` +* To install the latest from the main branch, run `pip install git+https://github.com/rthalley/dnspython.git` Dnspython's default installation does not depend on any modules other than those in the Python standard library. To use some features, additional modules -- 2.47.3