This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 19cd1083b docs: Minor update to README.md (#2018)
19cd1083b is described below
commit 19cd1083bc408c7217980e7ff07635669de4b1da
Author: Aditya Subrahmanyan <[email protected]>
AuthorDate: Mon Jan 12 13:16:17 2026 -0800
docs: Minor update to README.md (#2018)
## Which issue does this PR close?
- Closes #.
## What changes are included in this PR?
Minor updates to `README.md` text.
## Are these changes tested?
N/A
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 27cce7664..5fc452098 100644
--- a/README.md
+++ b/README.md
@@ -74,14 +74,14 @@ The features that Iceberg Rust currently supports can be
found [here](https://ic
## Supported Rust Version
-Iceberg Rust is built and tested with stable rust, and will keep a rolling
MSRV(minimum supported rust version).
+Iceberg Rust is built and tested with stable rust, and will keep a rolling
MSRV (minimum supported rust version).
At least three months from latest rust release is supported. MSRV is updated
when we release iceberg-rust.
Check the current MSRV on [crates.io](https://crates.io/crates/iceberg).
## Contribute
-Apache Iceberg is an active open-source project, governed under the Apache
Software Foundation (ASF). Iceberg-rust are always open to people who want to
use or contribute to it. Here are some ways to get involved.
+Apache Iceberg is an active open-source project, governed under the Apache
Software Foundation (ASF). Apache Iceberg Rust is always open to people who
want to use or contribute to it. Here are some ways to get involved.
- Start with [Contributing Guide](CONTRIBUTING.md).
- Submit [Issues](https://github.com/apache/iceberg-rust/issues/new) for bug
report or feature requests.