From 2803983c708ff6f4861c324597fd8e5f74660f67 Mon Sep 17 00:00:00 2001 From: Daniel Frederick Crisman Date: Thu, 30 Mar 2023 16:32:16 -0400 Subject: [PATCH] README.md: PyPI case typo (#7880) PyPI has three capital letters. See the front page of the service: https://pypi.org/ "The Python Package Index (PyPI) ..." Update the Python link under "Supported programming languages" Co-authored-by: Michael Le --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e46f0b35a..1fb2fe0c6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Code generation and runtime libraries for many popular languages. 1. Lobster 1. Lua 1. PHP -1. Python - [PyPi](https://pypi.org/project/flatbuffers/) +1. Python - [PyPI](https://pypi.org/project/flatbuffers/) 1. Rust - [crates.io](https://crates.io/crates/flatbuffers) 1. Swift - [swiftpackageindex](https://swiftpackageindex.com/google/flatbuffers) 1. TypeScript - [NPM](https://www.npmjs.com/package/flatbuffers)