Skip to content

Commit 06ed2e0

Browse files
authored
docs: remove explicit default branch (#47)
No reason to hardcode the branch name here, especially if we ever want to change it to main, for example.
1 parent eae336e commit 06ed2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ be referenced to generate docstrings in pybind11 binding code.
99
To install the latest development version:
1010

1111
```bash
12-
python -m pip install git+https://github.com/pybind/pybind11_mkdoc.git@master
12+
python -m pip install git+https://github.com/pybind/pybind11_mkdoc.git
1313
```
1414

1515
## Usage

0 commit comments

Comments
 (0)