# HG changeset patch # User Steve Losh # Date 1774298788 14400 # Node ID 49bb4cb7bbbb4d74ffdf70437688e3aec4933f6a # Parent 47647c58a95959c591a0c376175775985304d158 Fixup README diff -r 47647c58a959 -r 49bb4cb7bbbb README.markdown --- 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