From 84cd8ce94f6351b2d9b1c7171a7a90e901b018cd Mon Sep 17 00:00:00 2001 From: Steven Kalt Date: Tue, 7 Jan 2025 11:06:08 -0500 Subject: [PATCH] docs: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd2f453..bd35a8d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DOXC-PARSER +# DOCX-PARSER This package uses the [docx-rs](https://crates.io/crates/docx-rust) crate to parse docx files. It subsequently converts the parsed docx file into Markdown format. Alternatively, it can also be used to convert docx files into JSON format, where only the structure relevant for creating Markdown documents is kept. @@ -47,4 +47,4 @@ println!("\n\n{}", json); cargo update cargo test cargo build --release -``` \ No newline at end of file +```