mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 08:33:49 +00:00
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:
parent
185ddc573e
commit
9214d8e6ed
@ -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.
|
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
|
```shell
|
||||||
langchain template new $PROJECT_NAME
|
langchain template new $PROJECT_NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user