From 2912076b1f39baa9817bb7e9bbeadb782805863c Mon Sep 17 00:00:00 2001 From: LV Nilesh Date: Sat, 20 Apr 2024 20:17:25 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c294148..bf868f9 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,9 @@ def send_request(): if __name__ == "__main__": send_request() ``` +## Quick test from the terminal + +```sh +curl http://localhost:3030/babelmark\?text\=Hello\!\*\*Pandaku\!\*\*\&to\=docx | jq -r .html | base64 --decode > test.docx +open test.docx +```