diff --git a/go/src/miller/auxents/repl/README.md b/go/src/miller/auxents/repl/README.md index 41c1ec5da..f5af75d41 100644 --- a/go/src/miller/auxents/repl/README.md +++ b/go/src/miller/auxents/repl/README.md @@ -11,7 +11,7 @@ Using put and filter, you can do the following: * Define user-defined functions/subroutines using `func` and `subr`. * Specify statements to be executed on each record -- which are anything outside of `begin`/`end`/`func`/`subr`. * Example: - `mlr --icsv --ojson put 'begin {print "HELLO"} $z = $x + $y end {print "GOODBYE"}` + `mlr --icsv --ojson put 'begin {print "HELLO"} $z = $x + $y; end {print "GOODBYE"}` Using the REPL, by contrast, you get interactive control over those same steps: