From 1ffe6fe2cce2da3cfef0d1bd62a578f23c7ff604 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 13 Dec 2019 20:44:32 +0100 Subject: [PATCH] Compacter usage instructions --- README.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7357c2b..0b2acab 100644 --- a/README.md +++ b/README.md @@ -6,27 +6,17 @@ Render markdown on the CLI, with _pizzazz_! Use a markdown source as the primary argument: -Read from file: - ```console +# Read from file gold README.md -``` -Read from stdin: - -```console +# Read from stdin gold - -``` -Fetch README from GitHub: - -```console +# Fetch README from GitHub gold github.com/charmbracelet/gold -``` -Fetch markdown from an HTTP source: - -```console +# Fetch markdown from an HTTP source gold https://host.tld/file.md ```