diff --git a/README.md b/README.md index d268edb..47fab6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Commit0 -Commit-0 is a from scratch AI coding challenge. Can you create a library from commit 0? +Commit0 is a from scratch AI coding challenge. Can you create a library from commit 0? The benchmark consists of 57 core Python libraries. The challenge is to rebuild these libraries and pass their unit tests. All libraries have: @@ -8,19 +8,19 @@ The benchmark consists of 57 core Python libraries. The challenge is to rebuild * Detailed specification and documentation * Lint and type checking -Commit-0 is an interactive environment that makes it easy to design and test new agents. You can: +Commit0 is an interactive environment that makes it easy to design and test new agents. You can: * Efficiently run tests in isolated environments * Distribute testing and development across cloud systems * Track and log all changes made throughout. -To install Commit-0, run: +To install Commit0, run: ``` pip install commit0 ``` -Commit-0 provides several commands to facilitate the process of cloning, building, testing, and evaluating repositories. Here's an overview of the available commands: +Commit0 provides several commands to facilitate the process of cloning, building, testing, and evaluating repositories. Here's an overview of the available commands: ### Setup