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 5772bb7..6cf2234 100644
--- a/crates/parser/README.md
+++ b/crates/parser/README.md
@@ -1,4 +1,4 @@
-# `tinywasm_parser`
+# `tinywasm-parser`
This crate provides a parser that can parse WebAssembly modules into a TinyWasm module. It is based on
[`wasmparser_nostd`](https://crates.io/crates/wasmparser_nostd) and used by [`tinywasm`](https://crates.io/crates/tinywasm).