Skip to content

Commit 900a918

Browse files
brettcannoneli-schwartz
authored andcommitted
Fix capitalization of "PyPI" in README.md
See https://pypi.org for confirmation of the capitalization.
1 parent 9a9abaf commit 900a918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Latest Meson version supporting previous Python versions:
2222

2323
#### Installing from source
2424

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

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

4040
```console
4141
python3 -m pip install ninja

0 commit comments

Comments
 (0)