diff --git a/README.pod b/README.pod index 281d9ff..8dc195c 100644 --- a/README.pod +++ b/README.pod @@ -34,7 +34,7 @@ output and streaming display of live data. A simple example: You should see a plot with two curves. The C command generates some data to plot and the C reads it in from STDIN and generates the plot. The - invocation is just an example; more interesting things would be plotted in +C invocation is just an example; more interesting things would be plotted in normal usage. None of the commandline-options are required for the most basic plotting. Input parsing is flexible; every line need not have the same number of points. New curves will be created as needed. diff --git a/bin/feedGnuplot b/bin/feedGnuplot index e3a253e..ff96f45 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -699,7 +699,7 @@ output and streaming display of live data. A simple example: You should see a plot with two curves. The C command generates some data to plot and the C reads it in from STDIN and generates the plot. The - invocation is just an example; more interesting things would be plotted in +C invocation is just an example; more interesting things would be plotted in normal usage. None of the commandline-options are required for the most basic plotting. Input parsing is flexible; every line need not have the same number of points. New curves will be created as needed.