Skip to content

Commit

Permalink
Fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashnigam committed Jan 2, 2025
1 parent c7aed40 commit e95791b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git clone https://github.com/your-username/chonkie.git
cd chonkie
```

1. Create a virtual environment and install dependencies:
2. Create a virtual environment and install dependencies:

```bash
python -m venv venv
Expand Down Expand Up @@ -105,7 +105,7 @@ feat: add batch processing to WordChunker
- Update documentation
```

1. **Dependencies**: If adding new dependencies:
3. **Dependencies**: If adding new dependencies:
- Core dependencies go in `project.dependencies`
- Optional features go in `project.optional-dependencies`
- Development tools go in the `dev` optional dependency group
Expand Down

0 comments on commit e95791b

Please sign in to comment.