Skip to content

Commit b832524

Browse files
authored
Merge pull request #11 from tom-doerr/patch-1
Fix typo
2 parents dccbb2c + 6fd9032 commit b832524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CRAB is a framework for building LLM agent benchmark environments in a Python-ce
2929

3030
⚙ ️Easy-to-use Configuration
3131
* Add a new action by simply adding a `@action` decorator on a Python function.
32-
* Deine the environment by integrating several actions together.
32+
* Define the environment by integrating several actions together.
3333

3434
📐 Novel Benchmarking Suite
3535
* Define tasks and the corresponding evlauators in an intuitive Python-native way.
@@ -83,4 +83,4 @@ Please cite [our paper](https://arxiv.org/abs/2407.01511) if you use anything re
8383
[twitter-url]: https://twitter.com/CamelAIOrg
8484
[twitter-image]: https://img.shields.io/twitter/follow/CamelAIOrg?style=social&color=brightgreen&logo=twitter
8585
[arxiv-image]: https://img.shields.io/badge/arXiv-2407.01511-b31b1b.svg
86-
[arxiv-url]: https://arxiv.org/abs/2407.01511
86+
[arxiv-url]: https://arxiv.org/abs/2407.01511

0 commit comments

Comments
 (0)