We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b957a13 commit 95b787aCopy full SHA for 95b787a
README.md
@@ -25,10 +25,10 @@ A CLI tool for compiling python source code using [Cython](https://cython.org/)
25
[here](https://iplitharas.github.io/pycompile/)
26
27
## Table of contents
28
-1. [installation 🔨](#installation)
29
-2. [compile](#compile)
30
-3. [benchmark](#benchmark)
31
-4. [dry run](#dry-run)
+1. [Installation 🔨](#installation)
+2. [Compile](#compile)
+3. [Benchmark](#benchmark)
+4. [Dry run](#dry run)
32
5. [Local-development 💻🏭](#local-development)
33
34
@@ -130,7 +130,7 @@ The following structure is required for the `benchmark` subcommand.
130
```
131
132
133
-### Dry-run
+### dry run
134
135
```bash
136
pycompile dry_run -i ./src
0 commit comments