From 5f564b8af5ce05344ce893ca788a1d428c0b4ab7 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 17 Nov 2025 10:50:58 -0500 Subject: [PATCH] docs: remove explicit default branch No reason to hardcode the branch name here, especially if we ever want to change it to main, for example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9d404f..6dfcd1a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ be referenced to generate docstrings in pybind11 binding code. To install the latest development version: ```bash -python -m pip install git+https://github.com/pybind/pybind11_mkdoc.git@master +python -m pip install git+https://github.com/pybind/pybind11_mkdoc.git ``` ## Usage