Skip to content

Commit

Permalink
Fixing example in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gautham acharya authored and rtyler committed Feb 27, 2024
1 parent 37c88f4 commit 68f61bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to delta-rs

Development on this project is mostly driven by volunteer contributors. We welcome new contributors, including not only those who develop new features, but also those who are able to help with documentation and provide detailed bug reports.
Development on this project is mostly driven by volunteer contributors. We welcome new contributors, including not only those who develop new features, but also those who are able to help with documentation and provide detailed bug reports.

Please take note of our [code of conduct](CODE_OF_CONDUCT.md).

Expand Down Expand Up @@ -31,7 +31,7 @@ python -m pytest tests/test_writer.py -s -k "test_with_deltalake_schema"
- Run some Rust code, e.g. run an example
```
cd crates/deltalake
cargo run --examples basic_operations
cargo run --example basic_operations --features="datafusion"
```

## Run the docs locally
Expand Down

0 comments on commit 68f61bf

Please sign in to comment.