diff --git a/doc/guide.md b/doc/guide.md index bdcfb3c..950ec1e 100644 --- a/doc/guide.md +++ b/doc/guide.md @@ -176,9 +176,7 @@ gzip -d 202004--202402-divvy-tripdata-slim.csv.gz The CSV should load with a simple `\copy` command. ```sql -\copy divvy_trips - from '202004--202402-divvy-tripdata-slim.csv' - with (header on, format csv); +\copy divvy_trips from '202004--202402-divvy-tripdata-slim.csv' with (header on, format csv); ``` ``` COPY 20465490