summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-10 14:22:48 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-10 14:22:48 +0100
commit5315ea932697da4bf6fa814576e1823233063a95 (patch)
tree56239489c19ee3d6ae731fe08559521f86605354 /README.md
parent52bebfac2e6a2dc934273e38230d3986e68a3fe3 (diff)
docs: improve rustdoc
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
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 65d41f6..f51c8ee 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
- **`std`**\
Enables the use of `std` and `std::io` for parsing from files and streams. This is enabled by default.
- **`logging`**\
- Enables logging of the parsing process using the `log` crate. This is enabled by default.
+ Enables logging using the `log` crate. This is enabled by default.
- **`parser`**\
Enables the `tinywasm-parser` crate. This is enabled by default.