Skip to content

Commit

Permalink
Update README.md (#834)
Browse files Browse the repository at this point in the history
fix readme with invalid markdown syntax
  • Loading branch information
jimexist authored Oct 19, 2021
1 parent 7472e5e commit 19a2552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Unlike many other crates in the Rust ecosystem which spend extended time in "pre
The arrow crate provides the following features which may be enabled:

- `csv` (default) - support for reading and writing Arrow arrays to/from csv files
- `ipc` (default) - support for the [arrow-flight]((https://crates.io/crates/arrow-flight) IPC and wire format
- `ipc` (default) - support for the [arrow-flight](https://crates.io/crates/arrow-flight) IPC and wire format
- `prettyprint` - support for formatting record batches as textual columns
- `js` - support for building arrow for WebAssembly / JavaScript
- `simd` - (_Requires Nightly Rust_) alternate optimized
Expand Down

0 comments on commit 19a2552

Please sign in to comment.