Skip to content

Commit

Permalink
docs: Fix opendal rust core's README not align with new vision (#5541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Jan 13, 2025
1 parent f0b3aa3 commit 7b5c411
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
categories = ["filesystem"]
description = "Apache OpenDAL™: Access data freely, painlessly, and efficiently."
description = "Apache OpenDAL™: One Layer, All Storage."
exclude = ["/tests/"]
keywords = ["storage", "fs", "s3", "azblob", "gcs"]
name = "opendal"
Expand Down Expand Up @@ -398,7 +398,7 @@ fastrace = { version = "0.7", features = ["enable"] }
fastrace-jaeger = "0.7"
libtest-mimic = "0.8"
opentelemetry = { version = "0.27", default-features = false, features = [
"trace",
"trace",
] }
opentelemetry-otlp = "0.27"
opentelemetry_sdk = { version = "0.27", features = ["rt-tokio"] }
Expand Down
4 changes: 2 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Apache OpenDAL™: *Access Data Freely*
# Apache OpenDAL™: One Layer, All Storage.

[![Build Status]][actions] [![Latest Version]][crates.io] [![Crate Downloads]][crates.io] [![chat]][discord]

Expand All @@ -10,7 +10,7 @@
[chat]: https://img.shields.io/discord/1081052318650339399
[discord]: https://opendal.apache.org/discord

OpenDAL offers a unified data access layer, empowering users to seamlessly and efficiently retrieve data from diverse storage services.
Apache OpenDAL™ is an Open Data Access Layer that enables seamless interaction with diverse storage services.

<img src="https://opendal.apache.org/img/architectural.png" alt="OpenDAL Architectural" width="61.8%" />

Expand Down

0 comments on commit 7b5c411

Please sign in to comment.