summaryrefslogtreecommitdiff
path: root/crates/parser/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/parser/README.md')
-rw-r--r--crates/parser/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/README.md b/crates/parser/README.md
index 563cd6b..104cd50 100644
--- a/crates/parser/README.md
+++ b/crates/parser/README.md
@@ -6,7 +6,7 @@ It uses [my fork](https://crates.io/crates/tinywasm-wasmparser) of the [`wasmpar
## Features
- `std`: Enables the use of `std` and `std::io` for parsing from files and streams.
-- `logging`: Enables logging of the parsing process using the `log` crate.
+- `log`: Enables logging of the parsing process using the `log` crate.
## Usage