Fixed a typo in templates/docs/CONTRIBUTING.md (delimeters =>delimiters) (#12774)

- **Description:** Just fixed a minor typo in
templates/docs/CONTRIBUTING.md.
  - **Issue:** No linked issues.

Very small contribution!
This commit is contained in:
ba230t 2023-11-03 05:31:04 +09:00 committed by GitHub
parent 185ddc573e
commit 9214d8e6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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