diff --git a/templates/docs/CONTRIBUTING.md b/templates/docs/CONTRIBUTING.md index b5a281885ce..932f235e639 100644 --- a/templates/docs/CONTRIBUTING.md +++ b/templates/docs/CONTRIBUTING.md @@ -15,7 +15,7 @@ pip install -U "langchain-cli[serve]" ``` You can then run the following command to create a new skeleton of a package. -By convention, package names should use `-` delimeters (not `_`). +By convention, package names should use `-` delimiters (not `_`). ```shell langchain template new $PROJECT_NAME