Skip to content

Commit fd0e824

Browse files
Fix capitalization (duckdb#28)
Fix the capitalization of certain words in the README. - discord -> Discord - PyPi -> PyPI - ruff -> Ruff - linux -> Linux - UV -> uv
2 parents 83d3f94 + f58bee3 commit fd0e824

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</div>
88
<br />
99
<p align="center">
10-
<a href="https://discord.gg/tcvwpjfnZx"><img src="https://shields.io/discord/909674491309850675" alt="discord" /></a>
11-
<a href="https://pypi.org/project/duckdb/"><img src="https://img.shields.io/pypi/v/duckdb.svg" alt="PyPi Latest Release"/></a>
10+
<a href="https://discord.gg/tcvwpjfnZx"><img src="https://shields.io/discord/909674491309850675" alt="Discord" /></a>
11+
<a href="https://pypi.org/project/duckdb/"><img src="https://img.shields.io/pypi/v/duckdb.svg" alt="PyPI Latest Release"/></a>
1212
</p>
1313
<br />
1414
<p align="center">
@@ -30,7 +30,7 @@
3030

3131
## Installation
3232

33-
Install the latest release of DuckDB directly from [PyPi](https://pypi.org/project/duckdb/):
33+
Install the latest release of DuckDB directly from [PyPI](https://pypi.org/project/duckdb/):
3434

3535
```bash
3636
pip install duckdb
@@ -169,11 +169,11 @@ uvx gcovr \
169169
### Typechecking and linting
170170

171171
- We're not running any mypy typechecking tests at the moment
172-
- We're not running any ruff / linting / formatting at the moment
172+
- We're not running any Ruff / linting / formatting at the moment
173173

174174
### Cibuildwheel
175175

176-
You can run cibuildwheel locally for linux. E.g. limited to Python 3.9:
176+
You can run cibuildwheel locally for Linux. E.g. limited to Python 3.9:
177177
```bash
178178
CIBW_BUILD='cp39-*' uvx cibuildwheel --platform linux .
179179
```
@@ -186,7 +186,7 @@ CIBW_BUILD='cp39-*' uvx cibuildwheel --platform linux .
186186
### Tooling
187187

188188
This codebase is developed with the following tools:
189-
- [Astral UV](https://docs.astral.sh/uv/) - for dependency management across all platforms we provide wheels for,
189+
- [Astral uv](https://docs.astral.sh/uv/) - for dependency management across all platforms we provide wheels for,
190190
and for Python environment management. It will be hard to work on this codebase without having UV installed.
191191
- [Scikit-build-core](https://scikit-build-core.readthedocs.io/en/latest/index.html) - the build backend for
192192
building the extension. On the background, scikit-build-core uses cmake and ninja for compilation.

0 commit comments

Comments
 (0)