From 5c7c2261cbb570fb4ece21d2a2e8f5235df29f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=2C=20Lin=29?= Date: Wed, 18 Aug 2021 10:56:53 +0800 Subject: [PATCH] Use heading markup for the subsections of the Use section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows one to directly link to the subsections using the automatically generated link tags (eg. ) Signed-off-by: 林博仁(Buo-ren, Lin) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc2800c..9b0f32f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ The executable will be built to `build/hq`. #### Use -Application help text: +##### Application help text + ``` hq (html query) - commandline HTML processor © Robin Broda, 2018 Usage: build/hq [options] [mode argument] @@ -57,7 +58,7 @@ Examples: curl -sSL https://example.com | build/hq a attr href ``` -Example usage: +#### Example usage `curl -s https://coderobe.net | hq a data` ```