From 1620fad578393c8c2cb75fd428b8b3a4a1b744b8 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Sat, 18 Mar 2023 20:27:20 +0800 Subject: [PATCH] docs: update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60f42ca..9a7567d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Display and edit metadata of MOBI or AZW3 file. -This is a fork of [Java-Mobi-Metadata-Editor](https://github.com/kwkoo/Java-Mobi-Metadata-Editor), which removes the GUI, uses a simple command line to modify e-book metadata, and allows more detailed data to be displayed. +This project is a fork of [Java-Mobi-Metadata-Editor](https://github.com/kwkoo/Java-Mobi-Metadata-Editor), which removes the GUI, uses a simple command line to modify eBook metadata, and allows more detailed data to be displayed. ## Usage @@ -28,6 +28,8 @@ Examples: ## Example +**Read and display metadata** + ```bash $ java -jar mobi-meta.jar show 栩栩若生.azw3 ================================================================ @@ -117,6 +119,8 @@ Huffman Table Length: 0 ================================================================ ``` +**Modify eBook metadata** + ```bash $ java -jar mobi-meta.jar edit 栩栩若生.azw3 test.azw3 --pdoc --name 书名 --author 佚名 --isbn 我是ISBN --asin 我是ASIN ================================================================ @@ -128,6 +132,9 @@ CDE-type: PDOC ================================================================ File save as: test.azw3 ================================================================ +``` + +```bash $ java -jar mobi-meta.jar show test.azw3 ================================================================ File name: test.azw3