Skip to content

Commit

Permalink
Fix capitalization of "PyPI" in README.md
Browse files Browse the repository at this point in the history
See https://pypi.org for confirmation of the capitalization.
  • Loading branch information
brettcannon authored and eli-schwartz committed Jan 21, 2025
1 parent 9a9abaf commit 900a918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Latest Meson version supporting previous Python versions:

#### Installing from source

Meson is available on [PyPi](https://pypi.python.org/pypi/meson), so
Meson is available on [PyPI](https://pypi.python.org/pypi/meson), so
it can be installed with `pip3 install meson`. The exact command to
type to install with `pip` can vary between systems, be sure to use
the Python 3 version of `pip`.
Expand All @@ -35,7 +35,7 @@ python3 -m pip install meson

For builds using Ninja, Ninja can be downloaded directly from Ninja
[GitHub release page](https://github.com/ninja-build/ninja/releases)
or via [PyPi](https://pypi.python.org/pypi/ninja)
or via [PyPI](https://pypi.python.org/pypi/ninja)

```console
python3 -m pip install ninja
Expand Down

0 comments on commit 900a918

Please sign in to comment.