From 48cd57f5f5caa02bc06cdb50144b9031ea023e24 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 13 May 2013 11:20:01 -0700 Subject: [PATCH] Formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 949c8bf..16f827a 100644 --- a/README.md +++ b/README.md @@ -556,7 +556,7 @@ PDAL pipelines are XML files, which nest together readers, filters, and writers To execute a pipeline file, run it through the `pcpipeline` command: - `pcpipeline pipelinefile.xml` + pcpipeline pipelinefile.xml Here is a simple example pipeline that reads a LAS file and writes into a PostgreSQL Pointcloud database.