summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2025-01-20 15:50:44 -0800
committerEli Schwartz <eschwartz93@gmail.com>2025-01-20 19:13:00 -0500
commit900a9182872eacd2aa3c9fa6449ea48b18603cd3 (patch)
tree8ae3b336ca57998398b206aeb1e7758f6b58b5a4 /README.md
parent9a9abaf795ef9c701d74105a05b190be658dfd3f (diff)
downloadmeson-900a9182872eacd2aa3c9fa6449ea48b18603cd3.tar.gz
Fix capitalization of "PyPI" in README.md
See https://pypi.org for confirmation of the capitalization.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f3a2657b7..3d01b3ff3 100644
--- a/README.md
+++ b/README.md
@@ -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`.
@@ -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