diff --git a/Cargo.toml b/Cargo.toml index 8c944d4..089cb30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "muda" version = "0.0.0" -description = "Menu utilities for Desktop Applications" +description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = ["windowing", "menu"] license = "Apache-2.0 OR MIT" diff --git a/src/lib.rs b/src/lib.rs index aeb4822..8111c1d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! muda is a menu utilities library for Desktop Applications. +//! muda is a Menu Utilities library for Desktop Applications. //! # Creating root menus //! //! Before you can add submenus and menu items, you first need a root or a base menu.