diff --git a/README.md b/README.md
index ae6541cfe..fed3af8a2 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@

@@ -946,4 +946,4 @@ Latest stable
## License
-ohkami is licensed under MIT LICENSE ( [LICENSE](https://github.com/ohkami-rs/ohkami/blob/main/LICENSE) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) ).
+Ohkami is licensed under MIT LICENSE ( [LICENSE](https://github.com/ohkami-rs/ohkami/blob/main/LICENSE) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) ).
diff --git a/ohkami/Cargo.toml b/ohkami/Cargo.toml
index fbb7f12a6..2b87bddcf 100644
--- a/ohkami/Cargo.toml
+++ b/ohkami/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ohkami"
-description = "Build web app in intuitive and declarative code"
+description = "A performant, declarative, and runtime-flexible web framework for Rust"
documentation = "https://docs.rs/ohkami"
version = { workspace = true }
edition = { workspace = true }
diff --git a/ohkami/src/lib.rs b/ohkami/src/lib.rs
index ec07e2693..60096795e 100644
--- a/ohkami/src/lib.rs
+++ b/ohkami/src/lib.rs
@@ -3,7 +3,7 @@
//!
//!
Ohkami
-//! Ohkami - [狼] wolf in Japanese - is intuitive and declarative web framework.
+//! Ohkami - [狼] wolf in Japanese - is a performant, declarative, and runtime-flexible web framework for Rust.
//!
//!
//!
diff --git a/ohkami_lib/Cargo.toml b/ohkami_lib/Cargo.toml
index 3cc6b4923..73dfe7b0d 100644
--- a/ohkami_lib/Cargo.toml
+++ b/ohkami_lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ohkami_lib"
-description = "internal library for Ohkami - intuitive and declarative web framework"
+description = "internal library for Ohkami - A performant, declarative, and runtime-flexible web framework for Rust"
documentation = "https://docs.rs/ohkami_lib"
version = { workspace = true }
edition = { workspace = true }
diff --git a/ohkami_macros/Cargo.toml b/ohkami_macros/Cargo.toml
index 29479ffa8..387ad0d1d 100644
--- a/ohkami_macros/Cargo.toml
+++ b/ohkami_macros/Cargo.toml
@@ -3,7 +3,7 @@ proc-macro = true
[package]
name = "ohkami_macros"
-description = "proc macros for Ohkami - intuitive and declarative web framework"
+description = "proc macros for Ohkami - A performant, declarative, and runtime-flexible web framework for Rust"
documentation = "https://docs.rs/ohkami_macros"
version = { workspace = true }
edition = { workspace = true }
diff --git a/ohkami_openapi/Cargo.toml b/ohkami_openapi/Cargo.toml
index faefd1347..f0fc3d7f5 100644
--- a/ohkami_openapi/Cargo.toml
+++ b/ohkami_openapi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ohkami_openapi"
-description = "OpenAPI types for Ohkami - intuitive and declarative web framework"
+description = "OpenAPI types for Ohkami - A performant, declarative, and runtime-flexible web framework for Rust"
documentation = "https://docs.rs/ohkami_openapi"
version = { workspace = true }
edition = { workspace = true }