Skip to content

Commit

Permalink
Docs: Typo Fix (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnyanu76 authored Oct 20, 2024
1 parent 9af7dfe commit ab468d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ Some features require extra dependencies:
Install `CAMEL` from source with poetry (Recommended):
```sh
# Make sure your python version is later than 3.10
# You can use pyenv to manage multiple python verisons in your sytstem
# You can use pyenv to manage multiple python versions in your system
# Clone github repo
git clone https://github.com/camel-ai/camel.git
# Change directory into project directory
cd camel
# If you didn't install peotry before
# If you didn't install poetry before
pip install poetry # (Optional)
# We suggest using python 3.10
Expand Down Expand Up @@ -315,7 +315,7 @@ We implemented amazing research ideas from other works for you to build, compare
year={2023}
}
```
## Acknowledgement
## Acknowledgment
Special thanks to [Nomic AI](https://home.nomic.ai/) for giving us extended access to their data set exploration tool (Atlas).
We would also like to thank Haya Hammoud for designing the initial logo of our project.
Expand Down

0 comments on commit ab468d1

Please sign in to comment.