From 931a76fc49be78d9b1baeb6dbb5d036dbf0c879d Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Tue, 19 Oct 2021 19:02:57 +0800 Subject: [PATCH] Update README.md (#834) fix readme with invalid markdown syntax --- arrow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/README.md b/arrow/README.md index 053cb0c0b707..c73ccd16a353 100644 --- a/arrow/README.md +++ b/arrow/README.md @@ -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