49bb4cb7bbbb

Fixup README
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Mar 2026 16:46:28 -0400
parents 47647c58a959
children f6982b438b1d
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Mon Mar 23 16:44:02 2026 -0400
+++ b/README.markdown	Mon Mar 23 16:46:28 2026 -0400
@@ -3,9 +3,7 @@
 Usage:
 
 1. Write your FASTQ spec in a `foo.lisp` file (see below for the syntax).
-2. `quick-fastq foo.lisp` to dump a random FASTQ on stdout (or `cat foo.lisp | quick-fastq` if you prefer).
-
-You can also pipe the spec into stdin.
+2. `quick-fastq foo.lisp` (or `cat foo.lisp | quick-fastq` if you prefer) to dump a random FASTQ on stdout.
 
 ## Syntax