Skip to content

Commit

Permalink
Merge pull request #18 from pconstantinou/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cswank authored Oct 10, 2021
2 parents 2c8ae0d + fa6ae74 commit 6899565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ to snappy:
w, err := NewParquetWriter(&buf, MaxPageSize(10000), Snappy)
```

See [this](./examples/people) for a complete example of how to generate the code
See [this](./_examples/people) for a complete example of how to generate the code
based on an existing struct.

See [this](./examples/via_parquet) for a complete example of how to generate the code
See [this](./_examples/via_parquet) for a complete example of how to generate the code
based on an existing parquet file.

## Supported Types
Expand Down

0 comments on commit 6899565

Please sign in to comment.