Skip to content

Commit

Permalink
fix: typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
UniverseFly authored Aug 27, 2023
1 parent efedc97 commit 2bfbce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ python -m repilot.cli.main evaluate -d chart-9-repilot

## ️⭐️ Artifact️

For a more comprehensive guidance on how to use Repilot and how to reproduce the results in our paper, we greatly encourage you to check out our [artifact documentation](/README-Artifact.md).
For more comprehensive guidance on how to use Repilot and how to reproduce the results in our paper, we greatly encourage you to check out our [artifact documentation](/README-Artifact.md).


## ⚠️ How to build and use Repilot from source?
Expand Down Expand Up @@ -175,7 +175,7 @@ You will see a table of evaluation results if everything goes well.

<details><summary>(Optional) Unpack the pre-generated patches</summary>

The GitHub repo also contains pre-generated patches the experiments in our paper. You can unpack if you would like to check them. First make sure you `cd` to the root directory of Repilot. Then run the following command:
The GitHub repo also contains pre-generated patches for the experiments in our paper. You can unpack if you would like to check them. First, make sure you `cd` to the root directory of Repilot. Then run the following command:

```bash
tar -xvf ./data/large.tar.xz
Expand Down

0 comments on commit 2bfbce5

Please sign in to comment.