Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotwrobson committed Nov 19, 2023
1 parent d7fbdc7 commit 8bd4c27
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 @@ -43,7 +43,7 @@ $ ecfr init
Now that we have starter files and a basic config, we need to download the contest.
We can download contest 198 using the following command.
```sh
$ ecfr dc -c 198
$ ecfr dc 198
```
To download just problem A, we can add the `-p A` arguments. This creates a
`.xml` for each problem downloaded, including the sample test cases.
Expand Down Expand Up @@ -80,7 +80,7 @@ appropriate programming language. If you are using Python 3, be sure and submit
as this generally runs much faster.

## Configurations
The file `conf.json' contains the used compile and execute commands. More commands
The file `conf.json` contains the used compile and execute commands. More commands
can be added for different languages. In addition, names of directories for source files,
contest files, and executables can be changed.

Expand Down

0 comments on commit 8bd4c27

Please sign in to comment.