Skip to content

Commit 28e3079

Browse files
authored
Fix acronym casing for PyPI (#529)
This PR fixes incorrect casing for PyPI (Python Package Index) and makes it consistent with the other uses within the README.
1 parent 5aca9bb commit 28e3079

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
@@ -3,8 +3,8 @@
33
This monorepo provides LangChain and LangGraph components for various AWS services. It aims to replace and expand upon the existing LangChain AWS components found in the `langchain-community` package in the LangChain repository.
44

55
The following packages are hosted in this repository:
6-
- `langchain-aws` ([PyPi](https://pypi.org/project/langchain-aws/))
7-
- `langgraph-checkpoint-aws` ([PyPi](https://pypi.org/project/langgraph-checkpoint-aws/))
6+
- `langchain-aws` ([PyPI](https://pypi.org/project/langchain-aws/))
7+
- `langgraph-checkpoint-aws` ([PyPI](https://pypi.org/project/langgraph-checkpoint-aws/))
88

99
## Features
1010

0 commit comments

Comments
 (0)