aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2023-02-10 12:43:38 +0100
committerLibravatar Titus Wormer <tituswormer@gmail.com>2023-02-10 12:43:38 +0100
commit905b62583be73a8969014dbb98b6fd1c92c23df6 (patch)
tree78827305dcb1110ca48c2951c8eae82dc182f268 /readme.md
parent72a8cf99fbd20ab29f4f3c1845c67898cdaff7de (diff)
downloadmarkdown-rs-905b62583be73a8969014dbb98b6fd1c92c23df6.tar.gz
markdown-rs-905b62583be73a8969014dbb98b6fd1c92c23df6.tar.bz2
markdown-rs-905b62583be73a8969014dbb98b6fd1c92c23df6.zip
Add `log` feature, document features
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index d806281..abe1329 100644
--- a/readme.md
+++ b/readme.md
@@ -247,7 +247,7 @@ The following bash scripts are useful when working on this project:
```
* run examples:
```sh
- RUST_BACKTRACE=1 RUST_LOG=debug cargo run --example lib
+ RUST_BACKTRACE=1 RUST_LOG=debug cargo run --features log --example lib
```
* format:
```sh