diff --git a/README.md b/README.md index 94c1826..9e27ad3 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ pdal_wrench thin --output=thinned.las --mode=every-nth --step-every-nth=20 --inp Alternatively, to sample points using Poisson sampling of the input: ``` -pdal_wrench thin --output=thinned.las --mode=sample --step-sample=20 data.las +pdal_wrench thin --output=thinned.las --mode=sample --step-sample=20 --input=data.las ``` ## to_raster