Skip to content

Commit 95b787a

Browse files
committedOct 28, 2024·
update readme part5
1 parent b957a13 commit 95b787a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ A CLI tool for compiling python source code using [Cython](https://cython.org/)
2525
[here](https://iplitharas.github.io/pycompile/)
2626

2727
## Table of contents
28-
1. [installation 🔨](#installation)
29-
2. [compile](#compile)
30-
3. [benchmark](#benchmark)
31-
4. [dry run](#dry-run)
28+
1. [Installation 🔨](#installation)
29+
2. [Compile](#compile)
30+
3. [Benchmark](#benchmark)
31+
4. [Dry run](#dry run)
3232
5. [Local-development 💻🏭](#local-development)
3333

3434

@@ -130,7 +130,7 @@ The following structure is required for the `benchmark` subcommand.
130130
```
131131

132132

133-
### Dry-run
133+
### dry run
134134

135135
```bash
136136
pycompile dry_run -i ./src

0 commit comments

Comments
 (0)
Please sign in to comment.