diff --git a/README.md b/README.md index dd941f74755..76050e54b7d 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,7 @@ OpenDAL is an Open Data Access Layer that enables seamless interaction with diverse storage services. -OpenDAL's development guided by its vision of **One Layer, All Storage** and core principles of being **Open Community**, **Solid Foundation**, **Fast Access**, **Object Storage First** and **Extensible Architecture** to serve various users from infrastructure builders to application developers. - -*Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/docs/vision).* +OpenDAL's development is guided by its vision of **One Layer, All Storage** and its core principles: **Open Community**, **Solid Foundation**, **Fast Access**, **Object Storage First**, and **Extensible Architecture**. Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/docs/vision). OpenDAL Architectural diff --git a/core/src/lib.rs b/core/src/lib.rs index ff4f834dec9..cfe8a770d33 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -22,13 +22,7 @@ //! Apache OpenDALâ„¢ is an Open Data Access Layer that enables seamless interaction with diverse storage services. //! -//! OpenDAL's development guided by its vision of **One Layer, All Storage** -//! and core principles of being **Open Community**, **Solid Foundation**, -//! **Fast Access**, **Object Storage First** and **Extensible Architecture** -//! to serve various users from infrastructure builders to application -//! developers. -//! -//! *Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/docs/vision).* +//! OpenDAL's development is guided by its vision of **One Layer, All Storage** and its core principles: **Open Community**, **Solid Foundation**, **Fast Access**, **Object Storage First**, and **Extensible Architecture**. Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/docs/vision). //! //! # Quick Start //!