Skip to content

Commit

Permalink
fix: typo in CONTRIBUTING.md (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsharma27 authored and taprosoft committed Jan 13, 2025
1 parent 2399aca commit 90d6f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git checkout -b descriptive-name-for-your-changes
4. **Setup the development environment**: If you are working on the code, make sure to install the necessary dependencies for development

```sh
pip install -e "libs/kotaemon[dev]
pip install -e "libs/kotaemon[dev]"
```

5. **Make your changes**: Ensure your code follows the project's coding style and passes all test cases.
Expand Down

0 comments on commit 90d6f24

Please sign in to comment.