summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Leif Fischer <hello@nilsleiffischer.de>2020-12-08 21:47:00 +0000
committerMaas Lalani <maas@lalani.dev>2023-01-06 13:29:12 -0500
commitff59ead353e358c085e12d5323c9863f9882da10 (patch)
tree5ed08444d8361041d30ccb27017b5cb505449165
parentb9f519e1ea7802a6449b5a9f8b9bf3943301303f (diff)
Extend example how to read from stdin
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fbe46b2..c36ed66 100644
--- a/README.md
+++ b/README.md
@@ -128,7 +128,7 @@ document use a markdown source as the primary argument:
glow README.md
# Read from stdin
-glow -
+echo "[Glow](https://github.com/charmbracelet/glow)" | glow -
# Fetch README from GitHub / GitLab
glow github.com/charmbracelet/glow