Skip to content

Commit 4fb6c6f

Browse files
authored
fix(docs): fix typo in README align attr and Python version in CONTRIBUTING (#150)
- README.md: remove spurious space in align=" center" → align="center" (logo was not centered on GitHub due to invalid HTML attribute value) - CONTRIBUTING.md: correct Python prerequisite from '>= 3.9' to '3.10 - 3.12' to match pyproject.toml classifiers and CI matrix (cp310, cp312)
1 parent 0c5d95c commit 4fb6c6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ By participating, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md
1212
## Development Setup
1313

1414
### Prerequisites
15-
- Python ≥ 3.9
15+
- Python 3.10 - 3.12
1616
- CMake ≥ 3.26, < 4.0 (`cmake --version`)
1717
- A C++17-compatible compiler (e.g., `g++-11+`, `clang++`, Apple Clang on macOS)
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div align=" center">
1+
<div align="center">
22
<picture>
33
<source media="(prefers-color-scheme: dark)" srcset="https://zvec.oss-cn-hongkong.aliyuncs.com/logo/github_log_2.svg" />
44
<img src="https://zvec.oss-cn-hongkong.aliyuncs.com/logo/github_logo_1.svg" width="400" alt="zvec logo" />

0 commit comments

Comments
 (0)