We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5515ad2 + 83e90b2 commit ae113bfCopy full SHA for ae113bf
README.md
@@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`:
17
18
``` toml
19
[dependencies]
20
-comrak = "0.24"
+comrak = "0.25"
21
```
22
23
Comrak's library supports Rust <span class="msrv">1.62.1</span>+.
@@ -59,7 +59,7 @@ Options:
59
-c, --config-file <PATH>
60
Path to config file containing command-line arguments, or 'none'
61
62
- [default: /Users/kivikakk/.config/comrak/config]
+ [default: /home/runner/.config/comrak/config]
63
64
-i, --inplace
65
To perform an in-place formatting
0 commit comments