Skip to content

Commit

Permalink
docs: README uses iceberg-rust instead of we (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored Oct 14, 2024
1 parent 8b20ce7 commit de0dde5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Iceberg Rust
Copyright 2023 The Apache Software Foundation
Copyright 2023-2024 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ The Apache Iceberg Rust project is composed of the following components:
Iceberg Rust is built and tested with stable rust, and will keep a rolling MSRV(minimum supported rust version). The
current MSRV is 1.77.1.

Also, we use unstable rust to run linters, such as `clippy` and `rustfmt`. But this will not affect downstream users,
Also, iceberg-rust use unstable rust to run linters, such as `clippy` and `rustfmt`. But this will not affect downstream users,
and only MSRV is required.


## Contribute

Apache Iceberg is an active open-source project, governed under the Apache Software Foundation (ASF). We 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). Iceberg-rust are 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.
Expand Down

0 comments on commit de0dde5

Please sign in to comment.